2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 00:09:37 +00:00

ubuntu: Fix initial container creation

The list of packages must be comma separated, not space separated.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2013-12-13 17:56:13 -05:00
parent af415076b6
commit e8eab8b6d4

View File

@@ -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"