Commit 45e2df30 by dlezcano

add missing ifupdown package to debootstrap

From: Daniel Lezcano <dlezcano@fr.ibm.com> Add the ifupdown missing package. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 2f997019
...@@ -217,7 +217,7 @@ create() { ...@@ -217,7 +217,7 @@ create() {
# download a mini debian into a cache # download a mini debian into a cache
echo "Downloading debian minimal ..." echo "Downloading debian minimal ..."
debootstrap --verbose --variant=minbase --arch=$ARCH \ 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 lenny $CACHE/partial-$ARCH http://ftp.debian.org/debian
RESULT=$? RESULT=$?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment