Skip to content

Commit 084cd7d

Browse files
examples: fix secureboot run script for non-SB case
The run script tries to have a fallback for the case where we're running an image without secure boot but it doesn't work. Fix the obvious issue. Signed-off-by: Allison Karlitskaya <[email protected]>
1 parent e4e8c28 commit 084cd7d

File tree

1 file changed

+1
-1
lines changed
  • examples/unified-secureboot

1 file changed

+1
-1
lines changed

examples/unified-secureboot/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
echo "Not running with Secure Boot enabled"
3434

3535
qemu_args=(
36-
'-bios /usr/share/edk2/ovmf/OVMF_CODE.fd'
36+
'-bios' '/usr/share/edk2/ovmf/OVMF_CODE.fd'
3737
)
3838
fi
3939

0 commit comments

Comments
 (0)