Переглянути джерело

qvm-template-postprocess: fix allowed features list

Add missing coma, otherwise 'gui-emulated' and 'qrexec' were glued
together.
Marek Marczykowski-Górecki 3 роки тому
батько
коміт
2c5572b3d9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      qubesadmin/tools/qvm_template_postprocess.py

+ 1 - 1
qubesadmin/tools/qvm_template_postprocess.py

@@ -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':