Closed rw4s closed 7 years ago
I've pushed this, though since we already had something similar in fwupdate, I've added https://github.com/rhinstaller/efibootmgr/commit/d254fa3be4a1fb3767d50d845379580ef7a65cb6 to make it more consistent with that. Basically it's:
Each distribution uses a specific 'vendor'-directory in the 'efi' directory on the EFI System Partition to store their EFI loader. There's little use in hardcoding the value for just one in 'efibootmgr', which is displayed in
--help
and used as default without--loader
.Simply use
make OS_VENDOR=<vendor> EFI_LOADER=<loader>.efi
to get the desired value. :)