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
No known key found for this signature in database
GPG Key ID: C638974D64792D67

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"