Add CONFIG_BOOT_RECOVERY_SERIAL to qemu board configs to interact with host through serial

This commit is contained in:
Thierry Laurion 2022-11-11 15:19:37 -05:00
parent 3c0e5c06c6
commit ce19a5fb61
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ export CONFIG_BOOTSCRIPT=/bin/gui-init
#export CONFIG_BOOTSCRIPT=/bin/generic-init
export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"

View File

@ -51,6 +51,7 @@ export CONFIG_BOOTSCRIPT=/bin/gui-init
#export CONFIG_BOOTSCRIPT=/bin/generic-init
export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"