Commit 2f997019 by dlezcano

Update lxc-debian to use the lenny release

From: Matt Helsley <matthltc@us.ibm.com> With the release of lenny nearing this patch may soon be useful. Signed-off-by: 's avatarMatt Helsley <matthltc@us.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 49b93bbf
...@@ -217,8 +217,8 @@ create() { ...@@ -217,8 +217,8 @@ 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 apache,netbase,net-tools,iproute,openssh-server \ --include apache2,netbase,net-tools,iproute,openssh-server \
etch $CACHE/partial-$ARCH http://ftp.debian.org/debian lenny $CACHE/partial-$ARCH http://ftp.debian.org/debian
RESULT=$? RESULT=$?
if [ "$RESULT" != "0" ]; then if [ "$RESULT" != "0" ]; then
......
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