
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
10 lines
611 B
Plaintext
10 lines
611 B
Plaintext
default=0
|
|
timeout=10
|
|
GRUB_HIDDEN_TIMEOUT=0
|
|
GRUB_TIMEOUT_STYLE='countdown'
|
|
|
|
menuentry 'UEFI Worker' {
|
|
linux rel-xxxSW_VERSIONxxx/bzImage-std rdinit=/install defaultkernel=vmlinuz-*[!t]-amd64 traits=worker instname=debian instbr=starlingx instsh=0 instab=0 BOOTIF=$net_default_mac 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
|
|
initrd rel-xxxSW_VERSIONxxx/initrd
|
|
}
|