]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
remove minimal install for ubuntu template
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 12 Aug 2011 19:47:55 +0000 (21:47 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 12 Aug 2011 19:47:55 +0000 (21:47 +0200)
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-ubuntu.in

index 6f509c9ab35475936ecb70ed8a1d265fd4ab22f7..9a41a497606e2638cd97e6478acfed69d1db7009 100644 (file)
@@ -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