disable filesystem check by default
[grml-debootstrap.git] / config
diff --git a/config b/config
index 74ba372..73de2e0 100644 (file)
--- 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=''