Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

Brandon Bergren bdragon at FreeBSD.org
Sun Feb 28 01:22:24 UTC 2021


On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote:
> This is mistakenly detecting pseries powerpc64* as an EFI platform and 
> causing install to error out. Please add back the uname checks so this 
> code doesn't run on powerpc*.

Specifically, the /boot/efi stuff in usr.sbin/bsdinstall/scripts/bootconfig should not run on mips / 32 bit ARM / powerpc* systems. I believe /boot/efi is always created so it can't be used to infer existence of EFI.

-- 
  Brandon Bergren
  bdragon at FreeBSD.org


More information about the dev-commits-src-all mailing list