mirror of https://github.com/ipxe/ipxe.git
[cmdline] Make "reboot" command available by default
Requested-by: Sven Dreyer <sven@dreyer-net.de> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/5/head
parent
c77aece36a
commit
b0d65b5f0c
|
@ -34,4 +34,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
||||||
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
|
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
|
||||||
|
|
||||||
|
#define REBOOT_CMD /* Reboot command */
|
||||||
|
|
||||||
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|
||||||
|
|
|
@ -120,12 +120,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
#define DHCP_CMD /* DHCP management commands */
|
#define DHCP_CMD /* DHCP management commands */
|
||||||
#define SANBOOT_CMD /* SAN boot commands */
|
#define SANBOOT_CMD /* SAN boot commands */
|
||||||
#define LOGIN_CMD /* Login command */
|
#define LOGIN_CMD /* Login command */
|
||||||
#undef TIME_CMD /* Time commands */
|
//#define TIME_CMD /* Time commands */
|
||||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
//#define DIGEST_CMD /* Image crypto digest commands */
|
||||||
#undef LOTEST_CMD /* Loopback testing commands */
|
//#define LOTEST_CMD /* Loopback testing commands */
|
||||||
#undef VLAN_CMD /* VLAN commands */
|
//#define VLAN_CMD /* VLAN commands */
|
||||||
#undef PXE_CMD /* PXE commands */
|
//#define PXE_CMD /* PXE commands */
|
||||||
#undef REBOOT_CMD /* Reboot command */
|
//#define REBOOT_CMD /* Reboot command */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ROM-specific options
|
* ROM-specific options
|
||||||
|
|
Loading…
Reference in New Issue