| 76de4088 | 24-Apr-2026 |
Stéphane Rochoy <stephane.rochoy@stormshield.eu> |
efibootmgr: Show attributes, category and optional data when verbose
Also rework a bit the way device path are displayed for consistency.
Signed-off-by: stephane.rochoy@stormshield.eu Reviewed by:
efibootmgr: Show attributes, category and optional data when verbose
Also rework a bit the way device path are displayed for consistency.
Signed-off-by: stephane.rochoy@stormshield.eu Reviewed by: imp Sponsored by: Stormshield Pull-Request: https://github.com/freebsd/freebsd-src/pull/2167
show more ...
|
| e02bee0b | 18-Dec-2023 |
Warner Losh <imp@FreeBSD.org> |
efibootmgr: Report the path to the device
Report the entire path to the device, rather than the the bit after /dev/ for the --esp command. Nothing in the tree depends on the output format: Only bsdi
efibootmgr: Report the path to the device
Report the entire path to the device, rather than the the bit after /dev/ for the --esp command. Nothing in the tree depends on the output format: Only bsdinstall's bootconfig script calls efibootmgr, and it doesn't use the --esp/-E flag.
Sponsored by: Netflix
show more ...
|
| 731f91c0 | 17-May-2022 |
Warner Losh <imp@FreeBSD.org> |
efibootmgr: -C isn't implemented
-C isn't implemented, so just errx out until it is. It's not listed in the man page, but is parsed for compatibility with the Linux efibootmgr(8) command.
Sponsored
efibootmgr: -C isn't implemented
-C isn't implemented, so just errx out until it is. It's not listed in the man page, but is parsed for compatibility with the Linux efibootmgr(8) command.
Sponsored by: Netflix
show more ...
|