summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2008-03-04 18:59:26 +0100
committerMichael Brown2008-03-04 18:59:26 +0100
commitb08a6f530042cfc0f8be2209cde9fab3d0ab9143 (patch)
tree85441416f1ca65f97d4ba0ef57d3b8f7e955f5d7 /src/core/config.c
parent[DHCP] Fix RFC4390 client identifier constructions. (diff)
downloadipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.tar.gz
ipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.tar.xz
ipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.zip
[Command] Add "sanboot" command.
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index d5accecf..e7db221a 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -175,6 +175,9 @@ REQUIRE_OBJECT ( image_cmd );
#ifdef DHCP_CMD
REQUIRE_OBJECT ( dhcp_cmd );
#endif
+#ifdef SANBOOT_CMD
+REQUIRE_OBJECT ( sanboot_cmd );
+#endif
/*
* Drag in miscellaneous objects