aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-technologies.net>2010-12-28 21:32:51 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-12-28 21:32:51 +0100
commit346645ef7435dd14a115684b95c2c29e6fcc1f07 (patch)
tree4e70b25c6a0fe7bb4398a10079c1082966869a0a
parentDisabling unneeded checkroot.sh initscript in debian template. (diff)
downloadlxc-346645ef7435dd14a115684b95c2c29e6fcc1f07.tar.gz
lxc-346645ef7435dd14a115684b95c2c29e6fcc1f07.tar.bz2
lxc-346645ef7435dd14a115684b95c2c29e6fcc1f07.zip
Correcting include argument when calling debootstrap.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--templates/lxc-debian.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index d597321..0b7d711 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."