X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Finstall-bootscripts;h=c3a2edd75ad608660aa019ba4e064a4e1bf32e86;hb=496fe638ddb82977bb02578cc9e1c39ffcc8c41e;hp=632db4eb36eae677c0772f2032611118203c0ff1;hpb=a9375fe836e7e554bcf00f6e74697b5bd5141114;p=hvlinux.git diff --git a/stage2/install-bootscripts b/stage2/install-bootscripts index 632db4e..c3a2edd 100755 --- a/stage2/install-bootscripts +++ b/stage2/install-bootscripts @@ -90,7 +90,7 @@ sed -i -e "s!^\(export PATH=\).*tools.*!\1/bin:/usr/bin:/sbin:/usr/sbin!" /etc/r # Copying boot scripts STAGE2_BOOTSCRIPTS="ifdown ifup keyboard mountnetfs network syslogd klogd" for bootscript in ${STAGE2_BOOTSCRIPTS}; do - install -m755 bootscripts/${bootscript} /etc/rc.d/init.d + install -v -m755 bootscripts/${bootscript} /etc/rc.d/init.d done # Necessary because bootscript_add_* scripts use ${LFS} when