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:
Vladimir 'phcoder' Serbinenko 2012-07-22 19:59:06 +02:00
parent ac625d8f79
commit 7bd29c01f0
4 changed files with 308 additions and 1 deletions

View file

@ -568,6 +568,12 @@ module = {
enable = efi;
};
module = {
name = lsefi;
common = commands/efi/lsefi.c;
enable = efi;
};
module = {
name = blocklist;
common = commands/blocklist.c;