diff options
Diffstat (limited to 'init.d/fsck.in')
-rw-r--r-- | init.d/fsck.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in index 5bf9ba8a..f469ce81 100644 --- a/init.d/fsck.in +++ b/init.d/fsck.in @@ -29,6 +29,11 @@ start() { local reboot_opts= fsck_opts= p= + if [ -e /fastboot ]; then + ewarn "Skipping fsck due to /fastboot" + return 0 + fi + ebegin "Checking local filesystems" for p in ${fsck_passno}; do local IFS="${_IFS}" |