summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2009-02-17 13:01:47 +0100
committerMichael Brown2009-02-17 13:02:16 +0100
commit6de4db5da089c7926f08dd15164676bc8b88f285 (patch)
tree05354d5d97fdeb8e00ad871996985436c19fde89 /src/core/config.c
parent[settings] Allow store_setting() to access the root settings block (diff)
downloadipxe-6de4db5da089c7926f08dd15164676bc8b88f285.tar.gz
ipxe-6de4db5da089c7926f08dd15164676bc8b88f285.tar.xz
ipxe-6de4db5da089c7926f08dd15164676bc8b88f285.zip
[login] Add "login" command and UI
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 741579fe..bd0d66ec 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -193,6 +193,9 @@ REQUIRE_OBJECT ( dhcp_cmd );
#ifdef SANBOOT_CMD
REQUIRE_OBJECT ( sanboot_cmd );
#endif
+#ifdef LOGIN_CMD
+REQUIRE_OBJECT ( login_cmd );
+#endif
/*
* Drag in miscellaneous objects