aboutsummaryrefslogtreecommitdiff
path: root/teams/cloud
diff options
from:
to:
context:
space:
mode:
authorGravatar František Zatloukal <fzatlouk@redhat.com> 2024-04-03 22:55:58 +0200
committerGravatar František Zatloukal <fzatlouk@redhat.com> 2024-04-03 22:55:58 +0200
commit3668bfa9c677762379fc62ddd063b1310e2ff828 (patch)
tree4e7b8c9c9f666b5ac9be6620468ae4770826b9ef /teams/cloud
parent7316ac278f4dc6a1faafb9e6a5a99021cbe1f253 (diff)
downloadkiwi-descriptions-3668bfa9c677762379fc62ddd063b1310e2ff828.tar.gz
kiwi-descriptions-3668bfa9c677762379fc62ddd063b1310e2ff828.zip
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
Diffstat (limited to 'teams/cloud')
-rw-r--r--teams/cloud/cloud.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml
index a5a30f9..3d6ef09 100644
--- a/teams/cloud/cloud.xml
+++ b/teams/cloud/cloud.xml
@@ -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"/>
@@ -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"/>