Forráskód Böngészése

libvirt: add pty console for any type of VM

Frédéric Pierret (fepitre) 5 éve
szülő
commit
f728801eb2
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      templates/libvirt/xen.xml

+ 1 - 2
templates/libvirt/xen.xml

@@ -178,11 +178,10 @@
                     {# TODO only add qubes gui if gui-agent is not installed in HVM #}
                     <graphics type="qubes"/>
                 {% endif %}
-            {% else %}
+            {% endif %}
                 <console type="pty">
                     <target type="xen" port="0"/>
                 </console>
-            {% endif %}
         {% endblock %}
     </devices>
 </domain>