configs/releng/syslinux/: increase serial baud rate to 115200
Additionally enable serial in baseline profile. Related to #75.
This commit is contained in:
parent
0406f9ca02
commit
06c3218786
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
SERIAL 0 115200
|
||||
UI menu.c32
|
||||
MENU TITLE Arch Linux
|
||||
MENU CLEAR
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
SERIAL 0 38400
|
||||
SERIAL 0 115200
|
||||
UI vesamenu.c32
|
||||
MENU TITLE Arch Linux
|
||||
MENU BACKGROUND splash.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue