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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user