grub-shell: Update 32-bit OVMF binary name.
This commit is contained in:
parent
eba6db6323
commit
feef882f98
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
boot=cd
|
boot=cd
|
||||||
console=console
|
console=console
|
||||||
trim=1
|
trim=1
|
||||||
qemuopts="-bios OVMF32.fd $qemuopts"
|
qemuopts="-bios OVMF-ia32.fd $qemuopts"
|
||||||
;;
|
;;
|
||||||
x86_64-efi)
|
x86_64-efi)
|
||||||
qemu=qemu-system-x86_64
|
qemu=qemu-system-x86_64
|
||||||
|
|
Loading…
Reference in a new issue