add serial to grub config

This commit is contained in:
Tobias Powalowski 2022-01-19 08:45:05 +01:00
parent 9975944c2b
commit 7f02986dd1

View file

@ -22,12 +22,13 @@ insmod video_bochs
insmod video_cirrus
insmod font
insmod serial
if loadfont "${prefix}/fonts/unicode.pf2" ; then
insmod gfxterm
set gfxmode="auto"
terminal_input console
terminal_output gfxterm
terminal_input console serial
terminal_output gfxterm serial
fi
if [ ${grub_platform} == "efi" ]; then