]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implenent --fromfile to read variable values when printing variables
authorimp <imp@FreeBSD.org>
Fri, 26 Oct 2018 22:13:40 +0000 (22:13 +0000)
committerimp <imp@FreeBSD.org>
Fri, 26 Oct 2018 22:13:40 +0000 (22:13 +0000)
commit12401a5c63f980b0f21e5633a9369832e2f80623
treebe3eeb664a452ee7c1fe556597be0199dd3db9a4
parent7856c3ee084bae42bdce280aab24bd85c8b5e2fd
Implenent --fromfile to read variable values when printing variables

So

./efivar --fromfile Boot0001.bin --print --load-option

will take the value from Boot0001.bin file and then decode it as if it
were a load-option. This is useful for debugging handling of such
variables that may be hanging the boot for some people.

Sponsored by: Netflix, Inc
usr.sbin/efivar/efivar.8
usr.sbin/efivar/efivar.c