mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T1327: add serial console (115200,8n1) to ISO kernel command-line
This commit is contained in:
parent
08eaa95a34
commit
14a398d3de
@ -35,7 +35,8 @@ util.check_build_config()
|
||||
lb_config_tmpl = """
|
||||
lb config noauto \
|
||||
--architectures {{architecture}} \
|
||||
--bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay" \
|
||||
--bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay console=ttyS0,115200 console=tty0" \
|
||||
--bootappend-live-failsafe "live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0" \
|
||||
--linux-flavours {{kernel_flavor}} \
|
||||
--linux-packages linux-image-{{kernel_version}} \
|
||||
--bootloader syslinux,grub-efi \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user