From: Daniel Baumann Date: Tue, 28 Dec 2010 20:32:51 +0000 (+0100) Subject: Correcting include argument when calling debootstrap. X-Git-Tag: lxc-0.7.4-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346645ef7435dd14a115684b95c2c29e6fcc1f07;p=thirdparty%2Flxc.git Correcting include argument when calling debootstrap. Signed-off-by: Daniel Lezcano --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index d597321a8..0b7d711f9 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -121,7 +121,7 @@ openssh-server # download a mini debian into a cache echo "Downloading debian minimal ..." debootstrap --verbose --variant=minbase --arch=$arch \ - --include $packages \ + --include=$packages \ "$SUITE" "$cache/partial-$SUITE-$arch" $MIRROR if [ $? -ne 0 ]; then echo "Failed to download the rootfs, aborting."