Skip to content

Commit 3a1d075

Browse files
committed
boards/qemu-*-prod_quiet: remove quiet rhgb splash from KERNEL_REMOVE
The _prod_quiet variants are meant to test the normal desktop boot path preserving quiet/splash. They should not strip those params at boot time, unlike the non-quiet variants. Affected boards: - qemu-coreboot-fbwhiptail-tpm1-hotp-prod_quiet - qemu-coreboot-fbwhiptail-tpm1-prod_quiet - qemu-coreboot-fbwhiptail-tpm2-hotp-prod_quiet - qemu-coreboot-fbwhiptail-tpm2-prod_quiet Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent c3ab47b commit 3a1d075

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

boards/qemu-coreboot-fbwhiptail-tpm1-hotp-prod_quiet/qemu-coreboot-fbwhiptail-tpm1-hotp-prod_quiet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export CONFIG_BOOT_REQ_HASH=n
9191
export CONFIG_BOOT_REQ_ROLLBACK=n
9292
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
9393
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
94-
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"
94+
export CONFIG_BOOT_KERNEL_REMOVE=""
9595
export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm1-hotp-prod_quiet"
9696
#export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
9797

boards/qemu-coreboot-fbwhiptail-tpm1-prod_quiet/qemu-coreboot-fbwhiptail-tpm1-prod_quiet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export CONFIG_BOOT_REQ_HASH=n
8888
export CONFIG_BOOT_REQ_ROLLBACK=n
8989
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
9090
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
91-
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"
91+
export CONFIG_BOOT_KERNEL_REMOVE=""
9292
export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm1-prod_quiet"
9393
#export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
9494

boards/qemu-coreboot-fbwhiptail-tpm2-hotp-prod_quiet/qemu-coreboot-fbwhiptail-tpm2-hotp-prod_quiet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export CONFIG_BOOT_REQ_HASH=n
9090
export CONFIG_BOOT_REQ_ROLLBACK=n
9191
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
9292
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
93-
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"
93+
export CONFIG_BOOT_KERNEL_REMOVE=""
9494
export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm2-hotp-prod_quiet"
9595
#export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
9696

boards/qemu-coreboot-fbwhiptail-tpm2-prod_quiet/qemu-coreboot-fbwhiptail-tpm2-prod_quiet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export CONFIG_BOOT_REQ_HASH=n
8989
export CONFIG_BOOT_REQ_ROLLBACK=n
9090
export CONFIG_BOOT_RECOVERY_SERIAL="/dev/ttyS0"
9191
export CONFIG_BOOT_KERNEL_ADD="console=ttyS0 console=tty systemd.zram=0"
92-
export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"
92+
export CONFIG_BOOT_KERNEL_REMOVE=""
9393
export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm2-prod_quiet"
9494
#export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
9595

0 commit comments

Comments
 (0)