From: Daniel Lezcano Date: Fri, 12 Aug 2011 19:47:55 +0000 (+0200) Subject: remove minimal install for ubuntu template X-Git-Tag: lxc-0.8.0-rc2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6238180c6963bcdbab42258a0f66b1d498c0e13;p=thirdparty%2Flxc.git remove minimal install for ubuntu template Signed-off-by: Daniel Lezcano --- 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