From: Stéphane Graber Date: Fri, 13 Dec 2013 22:56:13 +0000 (-0500) Subject: ubuntu: Fix initial container creation X-Git-Tag: lxc-1.0.0.beta1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8eab8b6d4dc835036f7a4d7b99ce6dff99f4aa6;p=thirdparty%2Flxc.git ubuntu: Fix initial container creation The list of packages must be comma separated, not space separated. Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index b0d328f2a..86d156b82 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -248,7 +248,7 @@ download_ubuntu() arch=$2 release=$3 - packages_template=${packages_template:-"ssh vim"} + packages_template=${packages_template:-"ssh,vim"} # Try to guess a list of langpacks to install langpacks="language-pack-en"