Keep the native terminal active when enabling gfxterm
authordann frazier <dann.frazier@canonical.com>
Thu, 18 Jan 2018 18:57:26 +0000 (11:57 -0700)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 29 Jan 2018 11:51:03 +0000 (12:51 +0100)
commit52ef7b23f528ce844716661d586497a177e80d5b
tree62ecc52efa98c0c3bfaf026377ac3c3b5a26b3ac
parentd34977cb662d9d3c74532dc175103758c47f552f
Keep the native terminal active when enabling gfxterm

grub-mkconfig will set GRUB_TERMINAL_OUTPUT to "gfxterm" unless the user
has overridden it. On EFI systems, this will stop output from going to the
default "console" terminal. When the EFI fw console is configured to output to
both serial and video, this will cause GRUB to only display on video - while
continuing to accept input from both video and serial.

Instead of switching from "console" to "gfxterm", let's output to both.

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub.d/00_header.in