Fix missing tune bootscript installation
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 9 Aug 2014 15:34:13 +0000 (11:34 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 6 Oct 2014 01:48:16 +0000 (21:48 -0400)
stage1/install-bootscripts

index 5b03164..b2595f3 100755 (executable)
@@ -9,7 +9,7 @@ EOF
 
 # Copying boot scripts
 STAGE1_BOOTSCRIPTS="checkfs cleanfs functions halt hostname initlog modules mountfs \
-    mountkernfs rc reboot sendsignals swap udev"
+    mountkernfs rc reboot sendsignals swap tune udev"
 mkdir -p ${LFS}/etc/rc.d/init.d
 for bootscript in ${STAGE1_BOOTSCRIPTS}; do
     install -v -m755 bootscripts/${bootscript} ${LFS}/etc/rc.d/init.d