Explorar el Código

qvm-template-postprocess: fix allowed features list

Add missing coma, otherwise 'gui-emulated' and 'qrexec' were glued
together.
Marek Marczykowski-Górecki hace 3 años
padre
commit
2c5572b3d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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':