-Remis les optimisations pour GCC.
[hvlinux.git] / stage2 / cis-bootscripts
index a9c849c..bb7d77b 100755 (executable)
@@ -97,7 +97,7 @@ if [ "x${KEYBOARD}" != "x" ]; then
 fi
 
 # Copying boot scripts
-STAGE2_BOOTSCRIPTS="functions rc checkfs  dhcp halt ifdown ifup initlog keyboard modules mountfs \
+STAGE2_BOOTSCRIPTS="functions rc checkfs cleanfs dhcp halt ifdown ifup initlog keyboard modules mountfs \
     mountkernfs mountnetfs network nfs portmap reboot sendsignals setclock sshd swap sysklogd udev udev_retry"
 mkdir -p /etc/rc.d/init.d &&
 for bootscript in ${STAGE2_BOOTSCRIPTS}; do
@@ -125,10 +125,11 @@ bootscript_add_rcS udev        20 00 &&
 bootscript_add_rcS swap        25 94 &&
 bootscript_add_rcS checkfs     30 00 &&
 bootscript_add_rcS mountfs     35 95 &&
-bootscript_add_rcS udev_retry  40 00 &&
-bootscript_add_rcS sysklogd    45 93 &&
-bootscript_add_rcS keyboard    50 00 &&
-bootscript_add_rcS setclock    55 92 &&
+bootscript_add_rcS cleanfs     40 00 &&
+bootscript_add_rcS udev_retry  45 00 &&
+bootscript_add_rcS sysklogd    50 93 &&
+bootscript_add_rcS keyboard    55 00 &&
+bootscript_add_rcS setclock    60 92 &&
 
 # rc0.d
 bootscript_add_manual 0 sendsignals 95 00 &&