Merge pull request #1268 from tlaurion/qemu-coreboot-whiptail-tpm1-boarname_fix

qemu-coreboot-whiptail-tpm1: correction of boardname to reflect reality
This commit is contained in:
tlaurion 2023-01-04 19:04:19 -05:00 committed by GitHub
commit 355d608c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash"
export CONFIG_TPM=y
export CONFIG_BOOT_DEV="/dev/vda1"
export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm1-hotp"
export CONFIG_BOARD_NAME="qemu-coreboot-whiptail-tpm1"
# Use the GPG-injected ROM if a key was given, since we can't reflash a GPG
# keyring in QEMU. Otherwise use the plain ROM, some things can still be tested