From e8eab8b6d4dc835036f7a4d7b99ce6dff99f4aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 13 Dec 2013 17:56:13 -0500 Subject: [PATCH] ubuntu: Fix initial container creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The list of packages must be comma separated, not space separated. Signed-off-by: Stéphane Graber --- templates/lxc-ubuntu.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"