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

Rebecca Cran <bc...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bc...@freebsd.org

--- Comment #7 from Rebecca Cran <bc...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to