mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-25 22:15:42 +00:00
grub-shell: Update 32-bit OVMF binary name.
This commit is contained in:
parent
eba6db6323
commit
feef882f98
@ -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 New Issue
Block a user