Re: [PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-04-05 Thread Hans de Goede
Hi, On 05-04-18 14:34, Daniel Kiper wrote: On Wed, Mar 28, 2018 at 04:50:28PM +0200, Hans de Goede wrote: If we're running with a hidden menu we may never need text mode, so do not change the video-mode to text until we actually need it. Signed-off-by: Hans de Goede ---

[PATCH] ieee1275: obdisk driver

2018-04-05 Thread Eric Snowberg
Add a new disk driver called obdisk for IEEE1275 platforms. Currently the only platform using this disk driver is SPARC, however other IEEE1275 platforms could start using it if they so choose. While the functionality within the other IEEE1275 ofdisk driver may be suitable for PPC and x86, it

Re: [PATCH 3/4] Optionally print less messages at boot

2018-04-05 Thread Hans de Goede
Hi, On 05-04-18 14:12, Daniel Kiper wrote: On Wed, Mar 28, 2018 at 04:50:27PM +0200, Hans de Goede wrote: The patch optionally makes grub not show any text (be fully quiet) when timeout_style=hidden is set and the user does not interrupt the boot. Combined with a later patch in this series

Re: [PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-04-05 Thread Daniel Kiper
On Wed, Mar 28, 2018 at 04:50:28PM +0200, Hans de Goede wrote: > If we're running with a hidden menu we may never need text mode, so do not > change the video-mode to text until we actually need it. > > Signed-off-by: Hans de Goede > --- > grub-core/term/efi/console.c | 72

Re: [PATCH 3/4] Optionally print less messages at boot

2018-04-05 Thread Daniel Kiper
On Wed, Mar 28, 2018 at 04:50:27PM +0200, Hans de Goede wrote: > The patch optionally makes grub not show any text (be fully quiet) when > timeout_style=hidden is set and the user does not interrupt the boot. > > Combined with a later patch in this series which makes grub not touch > the EFI

Re: [PATCH 2/4] Accept Both ESC and F8 as user interrupt keys

2018-04-05 Thread Daniel Kiper
On Wed, Mar 28, 2018 at 05:58:16PM +0200, Hans de Goede wrote: > Hi, > > On 28-03-18 17:11, Lennart Sorensen wrote: > >On Wed, Mar 28, 2018 at 05:06:53PM +0200, Hans de Goede wrote: > >>Hmm, well people will still be able to use ESC to get the grub boot > >>menu, rather then the firmware boot-menu

Re: [PATCH 1/4] Add new "version" command

2018-04-05 Thread Daniel Kiper
On Wed, Mar 28, 2018 at 04:50:25PM +0200, Hans de Goede wrote: > Add a new "version" command which prints the grub PACKAGE_STRING + > build time and date. This is useful to check if the expected version is > running, for e.g. trouble-shooting purposes. If you really need this I would consider

Re: [GRUB PARTUUID PATCH V8 4/4] Update grub script template files

2018-04-05 Thread Nick Vinson
On 04/04/2018 01:23 PM, Daniel Kiper wrote: > On Wed, Mar 28, 2018 at 08:32:54AM -0700, Nicholas Vinson wrote: >> Update grub-mkconfig.in and 10_linux.in to support grub-probe's new >> partuuid target. Update grub.texi documenation. >> >> Signed-off-by: Nicholas Vinson >>