From e6238180c6963bcdbab42258a0f66b1d498c0e13 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 12 Aug 2011 21:47:55 +0200 Subject: [PATCH] remove minimal install for ubuntu template Signed-off-by: Daniel Lezcano --- templates/lxc-ubuntu.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index 6f509c9ab..9a41a4976 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -99,7 +99,7 @@ download_ubuntu() # download a mini ubuntu into a cache echo "Downloading ubuntu $release minimal ..." - debootstrap --verbose --variant=minbase --components=main,universe --arch=$arch --include=$packages $release $cache/partial-$arch $MIRROR + debootstrap --verbose --components=main,universe --arch=$arch --include=$packages $release $cache/partial-$arch $MIRROR if [ $? -ne 0 ]; then echo "Failed to download the rootfs, aborting." return 1