소스 검색

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