qvm-template-postprocess: fix allowed features list
Add missing coma, otherwise 'gui-emulated' and 'qrexec' were glued together.
This commit is contained in:
parent
c4efdf41c5
commit
2c5572b3d9
@ -348,7 +348,7 @@ def import_template_config(args, conf_path, vm):
|
||||
'pci-e820-host',
|
||||
'linux-stubdom',
|
||||
'gui',
|
||||
'gui-emulated'
|
||||
'gui-emulated',
|
||||
'qrexec'):
|
||||
if key in conf:
|
||||
if conf[key] == '1':
|
||||
|
Loading…
Reference in New Issue
Block a user