summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 01:06:23 +0100
committerMichael Brown2007-01-14 01:06:23 +0100
commitbeb941ed81f87d85e6ca9238622681cfbddbc142 (patch)
treecc4d03823895590e2fe8b68d2c84ef3c52e22b53 /src/core/config.c
parentUse _text, rather than assuming _text==0. (diff)
downloadipxe-beb941ed81f87d85e6ca9238622681cfbddbc142.tar.gz
ipxe-beb941ed81f87d85e6ca9238622681cfbddbc142.tar.xz
ipxe-beb941ed81f87d85e6ca9238622681cfbddbc142.zip
Rename "boot" to "autoboot"
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.c b/src/core/config.c
index b27ad6c1..31ae8d5a 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -145,8 +145,8 @@ REQUIRE_OBJECT ( script );
* Drag in all requested commands
*
*/
-#ifdef BOOT_CMD
-REQUIRE_OBJECT ( boot_cmd );
+#ifdef AUTOBOOT_CMD
+REQUIRE_OBJECT ( autoboot_cmd );
#endif
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );