From: dlezcano Date: Mon, 9 Feb 2009 17:11:24 +0000 (+0000) Subject: add missing ifupdown package to debootstrap X-Git-Tag: lxc_0_6_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e2df30c1834ae3f7967898281626a075cd2751;p=thirdparty%2Flxc.git add missing ifupdown package to debootstrap From: Daniel Lezcano Add the ifupdown missing package. Signed-off-by: Daniel Lezcano --- diff --git a/scripts/lxc-debian.in b/scripts/lxc-debian.in index 522717f5e..eba5ffc85 100755 --- a/scripts/lxc-debian.in +++ b/scripts/lxc-debian.in @@ -217,7 +217,7 @@ create() { # download a mini debian into a cache echo "Downloading debian minimal ..." debootstrap --verbose --variant=minbase --arch=$ARCH \ - --include apache2,netbase,net-tools,iproute,openssh-server \ + --include ifupdown,apache2,netbase,net-tools,iproute,openssh-server \ lenny $CACHE/partial-$ARCH http://ftp.debian.org/debian RESULT=$?