p550: Use countdown for grub timeout
For whatever reason, serial output is really slow on P550, to the point where drawing the grub menu takes an annoyingly long amount of time and really gets in the way. To avoid that issue, use the countdown timeout instead. This still gives users a chance to enter the full menu if they need to while making things a lot faster for regular boots. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
22cbd2d58e
commit
1b89edaa2b
@ -19,7 +19,7 @@
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="countdown"/>
|
||||
<size unit="G">10</size>
|
||||
<systemdisk>
|
||||
<volume name="@root=root"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user