diff mbox series

[isar-cip-core,3/3] start-efishell.sh : Use default OVMF files with '4M' size

Message ID 20221010070232.10478-4-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State Handled Elsewhere
Headers show
Series Update secure-boot documentation and scripts | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Oct. 10, 2022, 7:02 a.m. UTC
From: Sai <Sai.Sathujoda@toshiba-tsip.com>

Make changes in the OVMF keys to be in sync with changes made
in da0ff6630c7f6e48fc82b3766a04992bee7fcafe

Signed-off-by: Sai <Sai.Sathujoda@toshiba-tsip.com>
---
 scripts/start-efishell.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/start-efishell.sh b/scripts/start-efishell.sh
index 0831f83..980b9cc 100755
--- a/scripts/start-efishell.sh
+++ b/scripts/start-efishell.sh
@@ -1,6 +1,6 @@ 
 #!/bin/sh
-ovmf_code=${OVMF_CODE:-/usr/share/OVMF/OVMF_CODE.secboot.fd}
-ovmf_vars=${OVMF_VARS:-./OVMF_VARS.fd}
+ovmf_code=${OVMF_CODE:-/usr/share/OVMF/OVMF_CODE_4M.secboot.fd}
+ovmf_vars=${OVMF_VARS:-./OVMF_VARS_4M.fd}
 DISK=$1
 qemu-system-x86_64 -enable-kvm -M q35 -nographic \
                    -cpu host,hv_relaxed,hv_vapic,hv-spinlocks=0xfff -smp 2 -m 2G -no-hpet \