diff options
| author | Simon Rettberg | 2021-10-05 16:07:52 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2021-10-05 16:07:52 +0200 |
| commit | 33d46d7beb452ce022709e1e2c302777cbab7f46 (patch) | |
| tree | 2557c318c869b362317b6dd6b7a3d7d3fe4069b6 /src/config/config_efi.c | |
| parent | [efi] local: Allow loading from any volume by using file://*/... (diff) | |
| download | ipxe-33d46d7beb452ce022709e1e2c302777cbab7f46.tar.gz ipxe-33d46d7beb452ce022709e1e2c302777cbab7f46.tar.xz ipxe-33d46d7beb452ce022709e1e2c302777cbab7f46.zip | |
Local UEFI disk boot support
By Aaron Young:
https://lists.ipxe.org/pipermail/ipxe-devel/2019-February/006504.html
Diffstat (limited to 'src/config/config_efi.c')
| -rw-r--r-- | src/config/config_efi.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/config_efi.c b/src/config/config_efi.c index 92678d12d..29bd14cb5 100644 --- a/src/config/config_efi.c +++ b/src/config/config_efi.c @@ -49,3 +49,11 @@ REQUIRE_OBJECT ( efi_fbcon ); #ifdef DOWNLOAD_PROTO_FILE REQUIRE_OBJECT ( efi_local ); #endif + +/* + * Drag in EFI-specific commands + * + */ +#ifdef EFIMAP_CMD +REQUIRE_OBJECT ( efimap_cmd ); +#endif |
