Compare commits

..

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,7 @@ N check_signature.ko
N rfkill.ko
N rfkill-gpio.ko
N scsi_debug.ko
N drivetemp.ko
# sensors
N coretemp.ko

View File

@ -49,8 +49,6 @@ else
font=${prefix}/fonts/unicode.pf2
fi
terminal_output console
if loadfont ${font}; then
set gfxmode=auto
load_video
@ -58,9 +56,10 @@ if loadfont ${font}; then
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
terminal_output --append gfxterm
fi
terminal_output gfxterm
if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then
terminal_input --append serial
terminal_output --append serial