Ajout option -v à tous les appels de la commande install
[hvlinux.git] / stage1 / install-bootscripts
index 8b9aef4..e248388 100755 (executable)
@@ -12,7 +12,7 @@ STAGE1_BOOTSCRIPTS="checkfs cleanfs functions halt hostname initlog modules moun
     mountkernfs rc reboot sendsignals setclock 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