From 264eb499901a5d66dff6357d583e43ee216bda1c Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 26 Apr 2013 12:47:53 +0000 Subject: [PATCH] skip fsck at boot --- scripts/rc.sysinit | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.40.0