
This update removes the 'console=ttyS0,115200' grub command line arguement from the debian system node install menus. Then allow system inventory to add a customer specified console setting at node provisioning time by way of xxxAPPEND_OPTIONSxxx variable replacement. Test Plan: PASS: Verify all system node install grub menus get 'ttySx*' value from system inventory. (dm config) PASS: Verify all system node install grub menus default to "ttyS0,115200" if missing for a node's provisioning in system inventory. (vbox config) Partial Bug: 2000093 Depends-On: https://review.opendev.org/c/starlingx/config/+/868353 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com> Change-Id: I866f29233d2f2e637725a98b445ac6d24333ea30
27 lines
848 B
Plaintext
27 lines
848 B
Plaintext
SERIAL 0 115200
|
|
TIMEOUT 50
|
|
DEFAULT menu.c32
|
|
|
|
# Menu Configuration
|
|
MENU WIDTH 80
|
|
MENU MARGIN 10
|
|
MENU PASSWORDMARGIN 3
|
|
MENU ROWS 12
|
|
MENU TABMSGROW 18
|
|
MENU CMDLINEROW 18
|
|
MENU ENDROW 24
|
|
MENU PASSWORDROW 11
|
|
MENU TIMEOUTROW 20
|
|
|
|
PROMPT 0
|
|
NOESCAPE 1
|
|
NOCOMPLETE 1
|
|
ALLOWOPTIONS 0
|
|
|
|
LABEL 1
|
|
MENU LABEL All-in-one (lowlatency)
|
|
MENU DEFAULT
|
|
KERNEL rel-xxxSW_VERSIONxxx/bzImage-rt
|
|
APPEND initrd=rel-xxxSW_VERSIONxxx/initrd rdinit=/install defaultkernel=vmlinuz-*-rt-amd64 traits=controller,worker,lowlatency instname=debian instbr=starlingx instsh=0 instab=0 inst_ostree_root=/dev/mapper/cgts--vg-root--lv inst_ostree_var=/dev/mapper/cgts--vg-var--lv ks=xxxBASE_URLxxx/feed/rel-xxxSW_VERSIONxxx/kickstart/kickstart.cfg insturl=xxxBASE_URLxxx/feed/rel-xxxSW_VERSIONxxx/ostree_repo console=tty1 biosdevname=0 biosplusefi=1 xxxAPPEND_OPTIONSxxx
|
|
IPAPPEND 2
|