teams/cloud/cloud: add console="serial" to grub2
Fixes booting the Generic image on systems without any video device. ref. https://github.com/teemtee/tmt/issues/2771
This commit is contained in:
parent
7316ac278f
commit
3668bfa9c6
@ -97,7 +97,7 @@
|
|||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" timeout="0"/>
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
<size unit="G">5</size>
|
<size unit="G">5</size>
|
||||||
<systemdisk>
|
<systemdisk>
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
@ -117,7 +117,7 @@
|
|||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" timeout="0"/>
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
<size unit="G">5</size>
|
<size unit="G">5</size>
|
||||||
<systemdisk>
|
<systemdisk>
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user