https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231013

Rebecca Cran <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Rebecca Cran <[email protected]> ---
The commit that appears to have been supposed to fix this doesn't work, since
the -a option wants a parameter.

# efibootmgr --create --label FreeBSD --loader ada0p1:/efi/freebsd/loader.efi
-a
efibootmgr: option requires an argument -- a

And adding the -a option earlier in the command line causes for example the
'label' parameter to be ignored:

# efibootmgr --create -a --label "FreeBSD" --loader
ada0p1:/efi/freebsd/loader.efi
...
Boot000C*
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to