summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2021-01-20 19:08:04 +0100
committerMichael Brown2021-01-22 19:44:58 +0100
commitb99477b3fa6d4063314a313f62b7ae784bcbe710 (patch)
tree91c8cdc57cac2de558278c81628d9ea7ed02b6ba /src/config/config.c
parent[image] Provide image_set_data() (diff)
downloadipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.tar.gz
ipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.tar.xz
ipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.zip
[image] Add the "imgmem" command
Provide the "imgmem" command to create an image from an existing block of memory, for debugging purposes only. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 2ca05dff..5e7a3ecf 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -281,6 +281,9 @@ REQUIRE_OBJECT ( ntp_cmd );
#ifdef CERT_CMD
REQUIRE_OBJECT ( cert_cmd );
#endif
+#ifdef IMAGE_MEM_CMD
+REQUIRE_OBJECT ( image_mem_cmd );
+#endif
/*
* Drag in miscellaneous objects