Skip to content

Commit

Permalink
Fix to keep console input/output on headless machines (fix linuxboot#560
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tlaurion committed Oct 11, 2019
1 parent 61c37b9 commit f8b302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/kgpe-d16/kgpe-d16.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export CONFIG_TPM=n
export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="nohz=on console=ttyS1,115200n8 "
export CONFIG_BOOT_KERNEL_REMOVE=""
export CONFIG_BOOT_KERNEL_REMOVE="plymouth.ignore-serial-consoles"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_USB_BOOT_DEV="/dev/sdc1"
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
Expand Down

0 comments on commit f8b302f

Please sign in to comment.