Fixed bug in package-update log file base directory
[hvlinux.git] / stage1 / install-bootscripts
index 8b9aef4..4dbff41 100755 (executable)
@@ -9,10 +9,10 @@ EOF
 
 # Copying boot scripts
 STAGE1_BOOTSCRIPTS="checkfs cleanfs functions halt hostname initlog modules mountfs \
-    mountkernfs rc reboot sendsignals setclock swap udev"
+    mountkernfs rc reboot sendsignals swap udev"
 mkdir -p ${LFS}/etc/rc.d/init.d
 for bootscript in ${STAGE1_BOOTSCRIPTS}; do
-    install -m755 bootscripts/${bootscript} ${LFS}/etc/rc.d/init.d
+    install -v -m755 bootscripts/${bootscript} ${LFS}/etc/rc.d/init.d
 done
 
 # Creating runlevels links