From 9ec9f7bf934b101ec643a29902b0d5ab6c952b71 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 17 Nov 2006 23:45:08 +0100 Subject: [PATCH] unset variable FSCK as well if installing into directory --- grml-debootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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='' ;; -- 2.1.4