Add efi getenv command
Add a command to obtain the contents of EFI firmware variables.
This commit is contained in:
parent
9b669efb38
commit
2755ecd157
2 changed files with 160 additions and 0 deletions
|
@ -821,6 +821,13 @@ module = {
|
|||
enable = x86_64_efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = getenv;
|
||||
common = commands/efi/getenv.c;
|
||||
enable = i386_efi;
|
||||
enable = x86_64_efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = gptsync;
|
||||
common = commands/gptsync.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue