Skip to content

Commit

Permalink
teams/cloud/cloud: add console="serial" to grub2
Browse files Browse the repository at this point in the history
Fixes booting the Generic image on systems without any video device.

ref. teemtee/tmt#2771
  • Loading branch information
frantisekz authored and Conan-Kudo committed Apr 4, 2024
1 parent 693050f commit f4b1d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teams/cloud/cloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" timeout="0"/>
<bootloader name="grub2" console="serial" timeout="0"/>
<size unit="G">5</size>
<systemdisk>
<volume name="@root=root"/>
Expand All @@ -117,7 +117,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw"
rootfs_label="fedora"
>
<bootloader name="grub2" timeout="0"/>
<bootloader name="grub2" console="serial" timeout="0"/>
<size unit="G">5</size>
<systemdisk>
<volume name="@root=root"/>
Expand Down

0 comments on commit f4b1d8a

Please sign in to comment.