]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efibootmgr: Add --efidev (-u) to discover UEFI's device path to a dev or file
authorWarner Losh <imp@FreeBSD.org>
Thu, 16 Feb 2023 15:53:45 +0000 (08:53 -0700)
committerWarner Losh <imp@FreeBSD.org>
Thu, 16 Feb 2023 15:54:39 +0000 (08:54 -0700)
commit9a7915299484a767fbffc7234b8dc45c29954cca
tree99f0aabbd6754a3cfb30fe563c28ef7367394cce
parent57d5ca4eeba6192e91044aad86fca4429966cfac
efibootmgr: Add --efidev (-u) to discover UEFI's device path to a dev or file

"efibootmgr --efidev unix-path" will return the UEFI device-path to the
file or device specified by unix-path. It's useful for debugging, but
may also be useful for scripting.

Sponsored by: Netflix
Reviewed by: corvink, manu
Differential Revision: https://reviews.freebsd.org/D38617
usr.sbin/efibootmgr/efibootmgr.8
usr.sbin/efibootmgr/efibootmgr.c