Commit e6238180 by Daniel Lezcano Committed by Daniel Lezcano

remove minimal install for ubuntu template

parent 970ab589
......@@ -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
......
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