X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=f2846c37f9a80d17cff1a008e403aab7a28f170c;hp=0bbe4098cdcd7e4d401ec93ce5d0f8ecea5f84dd;hb=30991913c14050f2fc023514179ee28cc0155112;hpb=89e2ad98ad3b1362bb43d7b1634780c1c9db372f diff --git a/grml-debootstrap b/grml-debootstrap index 0bbe409..f2846c3 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 03 15:34:02 CET 2006 [mika] +# Latest change: Fre Nov 03 16:07:18 CET 2006 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/apcs04.html.en @@ -35,7 +35,7 @@ fi if [ -n "$TUNE2FS" ] ; then einfo "Disabling automatic filesystem check on $TARGET via tune2fs" - TUNE2FS $TARGET + $TUNE2FS $TARGET eend $? fi