]> git.proxmox.com Git - grub2.git/commit
Add configure option to reduce visual clutter at boot time
authorColin Watson <cjwatson@ubuntu.com>
Mon, 13 Jan 2014 12:13:26 +0000 (12:13 +0000)
committerColin Watson <cjwatson@debian.org>
Mon, 13 Jan 2014 12:29:38 +0000 (12:29 +0000)
commit8b16668498f2eab351256e176606915d0f1d317c
tree592213c1e66ea7ef53a8f7b84f128c10e340c501
parent532c1a0733f0e1743db4716b54c026fff60887e9
Add configure option to reduce visual clutter at boot time

If this option is enabled, then do all of the following:

Don't display introductory message about line editing unless we're
actually offering a shell prompt.  (This is believed to be a workaround
for a different bug.  We'll go with this for now, but will drop this in
favour of a better fix upstream if somebody figures out what that is.)

Don't clear the screen just before booting if we never drew the menu in
the first place.

Remove verbose messages printed before reading configuration.  In some
ways this is awkward because it makes debugging harder, but it's a
requirement for a smooth-looking boot process; we may be able to do
better in future.  Upstream doesn't want this, though.

Disable the cursor as well, for similar reasons of tidiness.

Suppress kernel/initrd progress messages, except in recovery mode.

Suppress "GRUB loading" message unless Shift is held down.  Upstream
doesn't want this, as it makes debugging harder.  Ubuntu wants it to
provide a cleaner boot experience.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/386922
Bug-Ubuntu: https://bugs.launchpad.net/bugs/861048
Forwarded: (partial) http://lists.gnu.org/archive/html/grub-devel/2009-09/msg00056.html
Last-Update: 2013-12-25

Patch-Name: maybe_quiet.patch
config.h.in
configure.ac
grub-core/boot/i386/pc/boot.S
grub-core/boot/i386/pc/diskboot.S
grub-core/kern/main.c
grub-core/kern/rescue_reader.c
grub-core/normal/main.c
grub-core/normal/menu.c
util/grub.d/10_linux.in