summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
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/defaults
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/defaults')
-rw-r--r--src/config/defaults/pcbios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 7846f8f0..59adbf78 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -34,4 +34,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
+#define REBOOT_CMD /* Reboot command */
+
#endif /* CONFIG_DEFAULTS_PCBIOS_H */