Use LXC distro templates instead of "download" template

This commit is contained in:
Albert Santoni 2015-01-07 14:11:42 -05:00
parent 05c2ecdb89
commit ab96a48559
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo "...Done"
set -e
echo -e "\n * Creating ${name} with dist ${dist} and release ${release}..."
lxc-create -t download -n ${name} -- --dist ${dist} --release ${release} --arch amd64
lxc-create -t ${dist} -n ${name} -- --release ${release} --arch amd64
echo "...Done"
echo -e "\n * Starting ${name}..."