reorder some variables in config
[grml-debootstrap.git] / chroot-script
index de0bc80..1524da4 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 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