unset variable FSCK as well if installing into directory
authorMichael Prokop <mika@grml.org>
Fri, 17 Nov 2006 22:45:08 +0000 (23:45 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 17 Nov 2006 22:45:08 +0000 (23:45 +0100)
grml-debootstrap

index e842828..16955cb 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Nov 17 23:16:04 CET 2006 [mika]
+# Latest change: Fre Nov 17 23:44:49 CET 2006 [mika]
 ################################################################################
 # http://www.debian.org/releases/stable/i386/apcs04.html.en
 
@@ -74,6 +74,7 @@ case $TARGET in
     MNTPOINT="$TARGET"
     MKFS=''
     TUNE2FS=''
+    FSCK=''
     GRUB=''
     GROOT=''
        ;;