server: Set bootloader timeout to 3s and show menu

While cloud images can usually be booted without any issues and
for workstation installs we want a visually polished experience,
in the case of server installs on real hardware it is generally
expected to have convenient access to the bootloader menu for
troubleshooting purposes.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani
2025-01-27 14:36:05 +01:00
parent d33836e560
commit b81b830770
+4 -4
View File
@@ -78,7 +78,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="grub2" console="serial" timeout="0"/> <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size> <size unit="G">10</size>
<systemdisk> <systemdisk>
<volume name="@root"/> <volume name="@root"/>
@@ -95,7 +95,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="grub2" console="serial" timeout="0"/> <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size> <size unit="G">10</size>
<systemdisk> <systemdisk>
<volume name="@root"/> <volume name="@root"/>
@@ -112,7 +112,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="grub2" console="serial" timeout="0"/> <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size> <size unit="G">10</size>
<systemdisk> <systemdisk>
<volume name="@root"/> <volume name="@root"/>
@@ -129,7 +129,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs"
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="zipl" timeout="1"/> <bootloader name="zipl" timeout="3"/>
<size unit="G">10</size> <size unit="G">10</size>
<systemdisk> <systemdisk>
<volume name="@root"/> <volume name="@root"/>