CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/19 11:07:29
Modified files:
distrib/amd64/common: install.md
Log message:
the check for efifb || ACPI >= 5 to decide if GPT booting is preferred
is outdated and exposes consequences in new (-current) vmd which has
ACPI >= 5 but no EFI / GPT support. The right thing to do is check for
efi0 driver attachment. The tight floppy media lacks the efi0 driver,
and will only do MBR for other reasons.
issue discovered by phessler, ok mlarkin kettenis