]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[cmdline] Make "reboot" command available by default
authorMichael Brown <mcb30@ipxe.org>
Wed, 26 Oct 2011 15:46:31 +0000 (16:46 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 26 Oct 2011 15:52:42 +0000 (16:52 +0100)
Requested-by: Sven Dreyer <sven@dreyer-net.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/pcbios.h
src/config/general.h

index 7846f8f07531b5ac37e86c456de8b04280c75cb5..59adbf785093d68581f49a13295485cac2cf4e43 100644 (file)
@@ -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 */
index 7ae1f75b196bf13128b766d2d035a5524fe04f6f..99136c17ac0066b2205b0ab50cee09ce49529909 100644 (file)
@@ -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