do not quote package list output
authorMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 21:49:12 +0000 (22:49 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 21:49:12 +0000 (22:49 +0100)
chroot-script
grml-debootstrap

index cb90ebe..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 --force-yes -y install "$(cat /etc/debootstrap/packages)"
+     apt-get --force-yes -y install $(cat /etc/debootstrap/packages)
    fi
 fi
 
index 3793b58..cd96f1a 100644 (file)
@@ -120,7 +120,8 @@ chroot $MNTPOINT /bin/chroot-script
 eend $?
 
 # einfo "Removing chroot-script"
-# rm -f $MNTPOINT/bin/chroot-script
+# rm -f  $MNTPOINT/bin/chroot-script
+# rm -rf $MNTPOINT/etc/debootstrap/
 # eend $?
 
 einfo "Unmount $MNTPOINT"