x86_64-efi: Automatically add -bios OVMF.fd to qemu in tests.
This commit is contained in:
parent
62328a95c9
commit
a2dcab70f8
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
boot=cd
|
boot=cd
|
||||||
console=console
|
console=console
|
||||||
trim=1
|
trim=1
|
||||||
|
qemuopts="-bios OVMF.fd $qemuopts"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
boot=hd
|
boot=hd
|
||||||
|
|
Loading…
Reference in a new issue