New command `lsefi'.
* grub-core/Makefile.core.def (lsefi): New module. * grub-core/commands/efi/lsefi.c: New file. * include/grub/efi/api.h: Add more GUIDs.
This commit is contained in:
parent
ac625d8f79
commit
7bd29c01f0
4 changed files with 308 additions and 1 deletions
|
@ -568,6 +568,12 @@ module = {
|
|||
enable = efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = lsefi;
|
||||
common = commands/efi/lsefi.c;
|
||||
enable = efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = blocklist;
|
||||
common = commands/blocklist.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue