From ab96a48559bc445f317b6703b27d9f4183eb03f9 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Wed, 7 Jan 2015 14:11:42 -0500 Subject: [PATCH] Use LXC distro templates instead of "download" template --- installer/lxc-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/lxc-bootstrap b/installer/lxc-bootstrap index aebefaba3..f0c72a698 100755 --- a/installer/lxc-bootstrap +++ b/installer/lxc-bootstrap @@ -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}..."