diff options
| author | 2025-01-05 11:55:13 +0100 | |
|---|---|---|
| committer | 2025-01-27 14:36:05 +0100 | |
| commit | b81b8307706fda008985041f0dec03c7475d6589 (patch) | |
| tree | 61d71a146c6edac0641dee5b76344b96b06e1d6c /teams | |
| parent | d33836e5605d348810f0df4aa0729f736c64ba68 (diff) | |
| download | kiwi-descriptions-b81b8307706fda008985041f0dec03c7475d6589.tar.gz kiwi-descriptions-b81b8307706fda008985041f0dec03c7475d6589.zip | |
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>
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/server.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/teams/server.xml b/teams/server.xml index cc58b37..fbcf610 100644 --- a/teams/server.xml +++ b/teams/server.xml @@ -78,7 +78,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" 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> <systemdisk> <volume name="@root"/> @@ -95,7 +95,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" 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> <systemdisk> <volume name="@root"/> @@ -112,7 +112,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" 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> <systemdisk> <volume name="@root"/> @@ -129,7 +129,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" rootfs_label="fedora" > - <bootloader name="zipl" timeout="1"/> + <bootloader name="zipl" timeout="3"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> |