]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Update lxc-debian to use the lenny release
authordlezcano <dlezcano>
Mon, 9 Feb 2009 17:10:52 +0000 (17:10 +0000)
committerdlezcano <dlezcano>
Mon, 9 Feb 2009 17:10:52 +0000 (17:10 +0000)
From: Matt Helsley <matthltc@us.ibm.com>

With the release of lenny nearing this patch may soon be useful.

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
scripts/lxc-debian.in

index 428145fa09c089f6de4d1b3fe895005c7309e2cf..522717f5e9783167781827f5339b9602f101c6be 100755 (executable)
@@ -217,8 +217,8 @@ create() {
                # download a mini debian into a cache
                echo "Downloading debian minimal ..."
                debootstrap --verbose --variant=minbase --arch=$ARCH \
-                   --include apache,netbase,net-tools,iproute,openssh-server \
-                   etch $CACHE/partial-$ARCH http://ftp.debian.org/debian
+                   --include apache2,netbase,net-tools,iproute,openssh-server \
+                   lenny $CACHE/partial-$ARCH http://ftp.debian.org/debian
                
                RESULT=$?
                if [ "$RESULT" != "0" ]; then