Fix bug preventing clean unmounting of rootfs
[hvlinux.git] / stage1 / install-bootscripts
index 4dbff41..15f22e8 100755 (executable)
@@ -34,16 +34,20 @@ bootscript_add_rcsysinit mountkernfs 15 00
 bootscript_add_rcsysinit modules     20 00
 bootscript_add_rcsysinit udev        25 00
 bootscript_add_rcsysinit checkfs     30 00
-bootscript_add_rcsysinit mountfs     35 95
-bootscript_add_rcsysinit swap        40 94
+bootscript_add_rcsysinit mountfs     35 00
+bootscript_add_rcsysinit swap        40 00
 bootscript_add_rcsysinit cleanfs     45 00
 
 # rc0.d
-bootscript_add_manual 0 sendsignals 95 00
+bootscript_add_manual 0 sendsignals 60 00
+bootscript_add_manual 0 swap        65 00
+bootscript_add_manual 0 mountfs     70 00
 bootscript_add_manual 0 halt        99 00
 
 # rc6.d is almost identical to rc0.d
-bootscript_add_manual 6 sendsignals 95 00
+bootscript_add_manual 6 sendsignals 60 00
+bootscript_add_manual 6 swap        65 00
+bootscript_add_manual 6 mountfs     70 00
 bootscript_add_manual 6 reboot      99 00
 
 exit $?