]> pd.if.org Git - startuptools/blobdiff - scripts/rc.sysinit
skip fsck at boot
[startuptools] / scripts / rc.sysinit
index ae87e9d52ce54201f5f30528a13ae2d0ccf98beb..150bf70273aade858a123f3e6e539dad8e202ee2 100644 (file)
@@ -109,10 +109,11 @@ swapon -a
 
 # * fsck and mount filesystems
 
-status_starting fsck of /
-mount -o remount,ro /
-fsck -AT
+#status_starting fsck of /
+#mount -o remount,ro /
+#fsck -A -T
 # TODO actually check the return value
+status_begin remounting root filesystem rw
 mount -o remount,rw /
 status_check