diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/defaults/pcbios.h | 2 | ||||
-rw-r--r-- | src/config/general.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index f7b8a45cb..51d729e2f 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -25,6 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define IMAGE_BZIMAGE /* Linux bzImage image support */ #define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ +#define PXE_CMD /* PXE commands */ + #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ #define SANBOOT_PROTO_AOE /* AoE protocol */ diff --git a/src/config/general.h b/src/config/general.h index 170ad33a0..7422a38a5 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -105,7 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define LOGIN_CMD /* Login command */ #undef TIME_CMD /* Time commands */ #undef DIGEST_CMD /* Image crypto digest commands */ -#define PXE_CMD /* PXE commands */ +//#undef PXE_CMD /* PXE commands */ /* * Obscure configuration options |