]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Correcting include argument when calling debootstrap.
authorDaniel Baumann <daniel.baumann@progress-technologies.net>
Tue, 28 Dec 2010 20:32:51 +0000 (21:32 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 28 Dec 2010 20:32:51 +0000 (21:32 +0100)
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-debian.in

index d597321a8c57c5e2df2e981793cc1155d20478bf..0b7d711f951c8b07e14018c86dc6152cfafcc576 100644 (file)
@@ -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."