From: Michael Brown Date: Wed, 26 Oct 2011 15:46:31 +0000 (+0100) Subject: [cmdline] Make "reboot" command available by default X-Git-Tag: v1.20.1~2061 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d65b5f0c93e276895e94d81362e63d3432521e;p=thirdparty%2Fipxe.git [cmdline] Make "reboot" command available by default Requested-by: Sven Dreyer Signed-off-by: Michael Brown --- diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 7846f8f07..59adbf785 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 */ diff --git a/src/config/general.h b/src/config/general.h index 7ae1f75b1..99136c17a 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