summaryrefslogtreecommitdiffstats
path: root/src/config.h
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/config.h
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/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a219d645..3748a4c0 100644
--- a/src/config.h
+++ b/src/config.h
@@ -116,7 +116,7 @@
* Command-line commands to include
*
*/
-#define BOOT_CMD /* Automatic booting */
+#define AUTOBOOT_CMD /* Automatic booting */
#define NVO_CMD /* Non-volatile option storage commands */
#define CONFIG_CMD /* Option configuration console */
#define IFMGMT_CMD /* Interface management commands */