rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
519 stars 99 forks source link

efibootmgr(8) man page should reflect EFIDIR/EFI_LOADER #93

Closed mason-redhat closed 5 years ago

mason-redhat commented 6 years ago

Make.defaults says:

EFIDIR_ERROR = $(error EFIDIR or .gitconfig efibootmgr.efidir must be set
to this distro's reserved EFI System Partition subdirectory name)

However, the man page doesn't reflect this, saying:

   -l | --loader NAME
          Specify a loader (defaults to \\elilo.efi)

If a packager sets these two variables, the man page built should use them.