mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 13:44:57 +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:
parent
af415076b6
commit
e8eab8b6d4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user