0e5e358063
Currently, the serial console is hardcoded to ttyS0 in the bootloader element. This is a challenge for users that want to build images for some baremetal servers. Supermicro servers, for example, use ttyS1 for the serial over lan interface. This patch adds a new environment variable DIB_BOOTLOADER_SERIAL_CONSOLE that can be set to override the default. Change-Id: Ie8173be8690ac0b7164ce9e5b66d3c1c18f844d6
2 lines
174 B
Plaintext
2 lines
174 B
Plaintext
export DIB_BOOTLOADER_DEFAULT_CMDLINE=${DIB_BOOTLOADER_DEFAULT_CMDLINE:-"nofb nomodeset vga=normal"}
|
|
export DIB_BOOTLOADER_SERIAL_CONSOLE=${DIB_BOOTLOADER_SERIAL_CONSOLE:-""} |