]> git.ipfire.org Git - thirdparty/grub.git/commit
normal/menu: Don't show "Booting `%s'" msg when auto-booting with TIMEOUT_STYLE_HIDDEN
authorHans de Goede <hdegoede@redhat.com>
Fri, 28 Jan 2022 10:30:32 +0000 (11:30 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 4 Apr 2022 15:14:33 +0000 (17:14 +0200)
commit5bb4f2b7d665c84bde402d1a528b652a61753380
tree50ebb869157b49b9e3bdf527975fca4f4b41e394
parent7c316e18301e101e4dcd8abe88c0bed0b1b78857
normal/menu: Don't show "Booting `%s'" msg when auto-booting with TIMEOUT_STYLE_HIDDEN

When the user has asked the menu code to be hidden/quiet and the current
entry is being autobooted because the timeout has expired don't show
the "Booting `%s'" msg.

This is necessary to let flicker-free boots really be flicker free,
otherwise the "Booting `%s'" msg will kick the EFI fb into text mode
and show the msg, breaking the flicker-free experience.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/normal/menu.c