From: Nathan Wagner Date: Fri, 26 Apr 2013 12:47:53 +0000 (+0000) Subject: skip fsck at boot X-Git-Url: https://pd.if.org/git/?p=startuptools;a=commitdiff_plain;h=264eb499901a5d66dff6357d583e43ee216bda1c skip fsck at boot --- diff --git a/scripts/rc.sysinit b/scripts/rc.sysinit index ae87e9d..150bf70 100644 --- a/scripts/rc.sysinit +++ b/scripts/rc.sysinit @@ -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