mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 08:40:35 +00:00
Disable kfreebsd bootcheck on qemu and multiboot
This commit is contained in:
parent
5d9bdcf167
commit
303f59958e
@ -272,12 +272,16 @@ endif
|
|||||||
|
|
||||||
if !COND_i386_coreboot
|
if !COND_i386_coreboot
|
||||||
# Crashes because memory at 0-0x1000 is occupied
|
# Crashes because memory at 0-0x1000 is occupied
|
||||||
BOOTCHECKS += bootcheck-kfreebsd-x86_64
|
|
||||||
# Likewise.
|
|
||||||
BOOTCHECKS += bootcheck-knetbsd-x86_64
|
BOOTCHECKS += bootcheck-knetbsd-x86_64
|
||||||
|
|
||||||
|
# Likewise and require ACPI.
|
||||||
|
if !COND_i386_multiboot
|
||||||
|
if !COND_i386_qemu
|
||||||
|
BOOTCHECKS += bootcheck-kfreebsd-x86_64
|
||||||
BOOTCHECKS += bootcheck-kfreebsd-i386
|
BOOTCHECKS += bootcheck-kfreebsd-i386
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
BOOTCHECKS += bootcheck-kfreebsd-aout
|
BOOTCHECKS += bootcheck-kfreebsd-aout
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user