mirror of
https://github.com/RROrg/rr.git
synced 2026-01-13 23:09:33 +08:00
Compare commits
No commits in common. "2c7c35b4a73afe0836d1258202f595f974b4e74a" and "34fb3e196818a05ec4efb97365cf2928d3b29dae" have entirely different histories.
2c7c35b4a7
...
34fb3e1968
@ -20,7 +20,6 @@ N check_signature.ko
|
|||||||
N rfkill.ko
|
N rfkill.ko
|
||||||
N rfkill-gpio.ko
|
N rfkill-gpio.ko
|
||||||
N scsi_debug.ko
|
N scsi_debug.ko
|
||||||
N drivetemp.ko
|
|
||||||
|
|
||||||
# sensors
|
# sensors
|
||||||
N coretemp.ko
|
N coretemp.ko
|
||||||
|
|||||||
@ -49,6 +49,8 @@ else
|
|||||||
font=${prefix}/fonts/unicode.pf2
|
font=${prefix}/fonts/unicode.pf2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
terminal_output console
|
||||||
|
|
||||||
if loadfont ${font}; then
|
if loadfont ${font}; then
|
||||||
set gfxmode=auto
|
set gfxmode=auto
|
||||||
load_video
|
load_video
|
||||||
@ -56,10 +58,9 @@ if loadfont ${font}; then
|
|||||||
set locale_dir=$prefix/locale
|
set locale_dir=$prefix/locale
|
||||||
set lang=en_US
|
set lang=en_US
|
||||||
insmod gettext
|
insmod gettext
|
||||||
|
terminal_output --append gfxterm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
terminal_output gfxterm
|
|
||||||
|
|
||||||
if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then
|
if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then
|
||||||
terminal_input --append serial
|
terminal_input --append serial
|
||||||
terminal_output --append serial
|
terminal_output --append serial
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user