diff options
author | Michael Brown | 2006-12-20 08:04:08 +0100 |
---|---|---|
committer | Michael Brown | 2006-12-20 08:04:08 +0100 |
commit | 84202d89f0fa83790a4d3f78119f1fb62c1b3d9b (patch) | |
tree | 066eba0ee9db7e82922e662e7d6e5c29ac59d021 /src/config.h | |
parent | Explicitly call erase(), to cope with platforms where the ANSI clear (diff) | |
download | ipxe-84202d89f0fa83790a4d3f78119f1fb62c1b3d9b.tar.gz ipxe-84202d89f0fa83790a4d3f78119f1fb62c1b3d9b.tar.xz ipxe-84202d89f0fa83790a4d3f78119f1fb62c1b3d9b.zip |
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
"boot" command to attempt booting from within the command shell, fall back
to shell if boot fails for any reason.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 088d448a..32caa8ac 100644 --- a/src/config.h +++ b/src/config.h @@ -115,8 +115,9 @@ * Command-line commands to include * */ +#define BOOT_CMD /* Automatic booting */ #define NVO_CMD /* Non-volatile option storage commands */ -#define CONFIG_CMD /* Option configuration console */ +#define CONFIG_CMD /* Option configuration console */ /* @END general.h */ |