From: Michael Prokop Date: Fri, 17 Nov 2006 22:45:08 +0000 (+0100) Subject: unset variable FSCK as well if installing into directory X-Git-Tag: 0.4~4 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=9ec9f7bf934b101ec643a29902b0d5ab6c952b71 unset variable FSCK as well if installing into directory --- diff --git a/grml-debootstrap b/grml-debootstrap index e842828..16955cb 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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='' ;;