X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=1524da4e6a9df56935d21ad2182ea791378777b2;hp=de0bc80b509c9d32a6c733b89a4b76775aebcfec;hb=0cccacbdb14ca341b9ee96c3af249269c395cebe;hpb=a2b116d122c73605b31c88ddf67137bf23575d12 diff --git a/chroot-script b/chroot-script index de0bc80..1524da4 100644 --- a/chroot-script +++ b/chroot-script @@ -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 22:27:09 CET 2006 [mika] +# Latest change: Fre Nov 03 22:48:42 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -34,7 +34,7 @@ if [ "$PACKAGES" = 'yes' ] ; then exit 1 else apt-get update - apt-get -y install $(cat /etc/debootstrap/packages) + apt-get --force-yes -y install $(cat /etc/debootstrap/packages) fi fi