linux-stubdom: Set cmdline in HVM config
This commit is contained in:
parent
682d9503ee
commit
c695f3268c
@ -579,6 +579,7 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<boot dev="cdrom" />
|
<boot dev="cdrom" />
|
||||||
<boot dev="hd" />
|
<boot dev="hd" />
|
||||||
<!-- server_ip is the address of stubdomain. It hosts it's own DNS server. -->
|
<!-- server_ip is the address of stubdomain. It hosts it's own DNS server. -->
|
||||||
|
<cmdline>root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat</cmdline>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
<pae/>
|
<pae/>
|
||||||
|
@ -42,8 +42,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<kernel>{{ vm.storage.kernels_dir }}/vmlinuz</kernel>
|
<kernel>{{ vm.storage.kernels_dir }}/vmlinuz</kernel>
|
||||||
<initrd>{{ vm.storage.kernels_dir }}/initramfs</initrd>
|
<initrd>{{ vm.storage.kernels_dir }}/initramfs</initrd>
|
||||||
<cmdline>root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 {{ vm.kernelopts }}</cmdline>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<cmdline>root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 {{ vm.kernelopts }}</cmdline>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</os>
|
</os>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user