On Thu, Apr 05, 2018 at 08:05:47PM +0200, Hans de Goede wrote:
> 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
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
---
grub-core/term/efi/c
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 +++
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 +++-
1 file changed, 47 insertions(+), 25 deletions(-)
diff --g