summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2011-10-26 17:46:31 +0200
committerMichael Brown2011-10-26 17:52:42 +0200
commitb0d65b5f0c93e276895e94d81362e63d3432521e (patch)
treec38112520282d218d8aa4c88f95af0076a160c59 /src/config/general.h
parent[liba20] Preserve all non-segment registers when calling INT 15,2401 (diff)
downloadipxe-b0d65b5f0c93e276895e94d81362e63d3432521e.tar.gz
ipxe-b0d65b5f0c93e276895e94d81362e63d3432521e.tar.xz
ipxe-b0d65b5f0c93e276895e94d81362e63d3432521e.zip
[cmdline] Make "reboot" command available by default
Requested-by: Sven Dreyer <sven@dreyer-net.de> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config/general.h b/src/config/general.h
index 7ae1f75b..99136c17 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -120,12 +120,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define DHCP_CMD /* DHCP management commands */
#define SANBOOT_CMD /* SAN boot commands */
#define LOGIN_CMD /* Login command */
-#undef TIME_CMD /* Time commands */
-#undef DIGEST_CMD /* Image crypto digest commands */
-#undef LOTEST_CMD /* Loopback testing commands */
-#undef VLAN_CMD /* VLAN commands */
-#undef PXE_CMD /* PXE commands */
-#undef REBOOT_CMD /* Reboot command */
+//#define TIME_CMD /* Time commands */
+//#define DIGEST_CMD /* Image crypto digest commands */
+//#define LOTEST_CMD /* Loopback testing commands */
+//#define VLAN_CMD /* VLAN commands */
+//#define PXE_CMD /* PXE commands */
+//#define REBOOT_CMD /* Reboot command */
/*
* ROM-specific options