forked from tianocore/tianocore.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
EmbeddedPkg Ebl
Laurie0131 edited this page Jun 29, 2017
·
1 revision
The EBL command 'set' can be used to set an ASCII string value to a UEFI environment variable (eg: 'set myvariable myvalue'). But this command can also be used to unset a variable by typing:
set myvariableThis line deletes the UEFI environment variable myvariable.