From 76dadb0a9ad09ac936fbc7ebd86e2d852645b5c2 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 19 Aug 2011 08:54:34 -0400 Subject: [PATCH] Change config for xNBA defaults for both EFI and bios --- src/config/general.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/general.h b/src/config/general.h index bb31d32c..339d78a6 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); * Timer configuration * */ -#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell +#define BANNER_TIMEOUT 0 /* Tenths of a second for which the shell banner should appear */ /* @@ -56,8 +56,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ -#undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ -#define DOWNLOAD_PROTO_FTP /* File Transfer Protocol */ +#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ +#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */ #undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ @@ -99,9 +99,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef IMAGE_MULTIBOOT /* MultiBoot image support */ #undef IMAGE_AOUT /* a.out image support */ #undef IMAGE_WINCE /* WinCE image support */ -#define IMAGE_PXE /* PXE image support */ -#define IMAGE_SCRIPT /* iPXE script image support */ -#define IMAGE_BZIMAGE /* Linux bzImage image support */ +//#define IMAGE_PXE /* PXE image support */ +//#define IMAGE_SCRIPT /* iPXE script image support */ +//#define IMAGE_BZIMAGE /* Linux bzImage image support */ #undef IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ //#define IMAGE_EFI /* EFI image support */