diff options
| author | Michael Brown | 2009-02-17 13:01:47 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-02-17 13:02:16 +0100 |
| commit | 6de4db5da089c7926f08dd15164676bc8b88f285 (patch) | |
| tree | 05354d5d97fdeb8e00ad871996985436c19fde89 /src/core | |
| parent | [settings] Allow store_setting() to access the root settings block (diff) | |
| download | ipxe-6de4db5da089c7926f08dd15164676bc8b88f285.tar.gz ipxe-6de4db5da089c7926f08dd15164676bc8b88f285.tar.xz ipxe-6de4db5da089c7926f08dd15164676bc8b88f285.zip | |
[login] Add "login" command and UI
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c index 741579feb..bd0d66ecc 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 |
