syslinux, tty: better serial support
A one-liner for syslinux and a simple installer feature change a lot in this regard!
This commit is contained in:
parent
85c52d71c6
commit
bca1342015
1
features.in/syslinux/cfg.in/00ttyS0.cfg
Normal file
1
features.in/syslinux/cfg.in/00ttyS0.cfg
Normal file
@ -0,0 +1 @@
|
||||
serial 0 115200
|
@ -2,8 +2,10 @@ use/tty:
|
||||
@$(call add_feature)
|
||||
@$(call xport,TTY_DEV)
|
||||
@$(call xport,TTY_RATE)
|
||||
@$(call add,BASE_PACKAGES,installer-feature-serial-stage3)
|
||||
|
||||
use/tty/S0: use/tty
|
||||
@$(call add,THE_PACKAGES,agetty)
|
||||
@$(call add,TTY_DEV,ttyS0)
|
||||
@$(call set,TTY_RATE,115200)
|
||||
@$(call add,SYSLINUX_CFG,ttyS0)
|
||||
|
Loading…
Reference in New Issue
Block a user