Skip to content

Commit

Permalink
also keep the default gfxterm enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 11, 2023
1 parent edbf944 commit 82be8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/default/grub.d/30_serial_console.cfg
Expand Up @@ -17,9 +17,9 @@
: "${GRUB_SERIAL_COMMAND:=""}" || echo "$0: Setting default GRUB_SERIAL_COMMAND failed! Please report this bug!" >&2

if [ "$GRUB_TERMINAL" = "" ]; then
GRUB_TERMINAL="console serial"
GRUB_TERMINAL="console serial gfxterm"
else
GRUB_TERMINAL="$GRUB_TERMINAL console serial"
GRUB_TERMINAL="$GRUB_TERMINAL console serial gfxterm"
fi

## Quote https://www.virtualbox.org/wiki/Serial_redirect but not specific to VirtualBox:
Expand Down

0 comments on commit 82be8cf

Please sign in to comment.