freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
394 stars 163 forks source link

Set a GPT label for EFI partition #1143

Closed ocochard closed 6 months ago

ocochard commented 7 months ago

This allow to easly update the EFI loader and sync with a standard FreeBSD install.

evadot commented 6 months ago

We probably should use the same name as the installer and iirc we don't use "efiboot0" there.

bsdimp commented 6 months ago

I believe we're standardizing on efiboot0 everywhere. IIRC old versions of bsdinstall used efiboot, but when multi-esp support was added, it was added as efiboot%d starting at 0.

evadot commented 6 months ago

I believe we're standardizing on efiboot0 everywhere. IIRC old versions of bsdinstall used efiboot, but when multi-esp support was added, it was added as efiboot%d starting at 0.

Yes indeed.