From: Michael Prokop Date: Thu, 13 Oct 2011 20:49:11 +0000 (+0200) Subject: disable filesystem check by default X-Git-Tag: v0.48~5 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=bcc5b0463091840761b82f5a775d7980fd7c5d56 disable filesystem check by default Shouldn't be necessary anymore (thanks for testing, Jimmy). Since it's annoying and we noticed many users disable it anyway let's try to not use it by default. --- diff --git a/config b/config index 74ba372..73de2e0 100644 --- a/config +++ b/config @@ -145,7 +145,7 @@ MKFS='mkfs.ext3' TUNE2FS='tune2fs -c0 -i0' # check filesystem when chroot stuff finished? -FSCK='yes' +# FSCK='yes' # which tool should be used for fsck? if unset the tool will be guessed based on $MKFS # FSCKTOOL=''