Enable BSD menu on UEFI on amd64 and arm64

OpenBSD now boots fine regardless of platform or firmware.
This commit is contained in:
Klemens Nanni 2025-12-14 00:11:17 +03:00
parent 585ff0bb5a
commit bff5a97342
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ set menu_pci 0
iseq ${platform} efi && goto efi ||
goto architectures_end
:efi
set menu_bsd 0
set menu_bsd 1
set menu_freedos 0
set menu_unix 0
set menu_pci 0
@ -121,7 +121,7 @@ goto clouds_end
:metal_arm64
set cmdline console=ttyAMA0,115200
set ipxe_disk netboot.xyz-metal-arm64-snp.efi
set menu_bsd 0
set menu_bsd 1
set menu_freedos 0
set menu_live 0
set menu_windows 0