]> pd.if.org Git - startuptools/commitdiff
skip fsck at boot
authorNathan Wagner <nw@hydaspes.if.org>
Fri, 26 Apr 2013 12:47:53 +0000 (12:47 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 26 Apr 2013 12:47:53 +0000 (12:47 +0000)
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