Erwan
2008-Sep-03 07:42 UTC
[syslinux] [PATCH] Activating FTP for gpxe on Syslinux 3.72-pre1
Could we just activate FTP on gpxe ? I did a trivial patch for enabling it on top of 3.72-pre1. Thanks, Erwan --- gpxe/src/config.h.old 2008-09-03 09:40:47.055018406 +0200 +++ gpxe/src/config.h 2008-09-03 09:40:54.728065911 +0200 @@ -94,7 +94,7 @@ #undef DOWNLOAD_PROTO_NFS /* Network File System */ #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ #undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ -#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */ +#define DOWNLOAD_PROTO_FTP /* File Transfer Protocol */ #undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ #undef DOWNLOAD_PROTO_FSP /* FSP? */
H. Peter Anvin
2008-Sep-03 16:21 UTC
[syslinux] [PATCH] Activating FTP for gpxe on Syslinux 3.72-pre1
Erwan wrote:> Could we just activate FTP on gpxe ? > I did a trivial patch for enabling it on top of 3.72-pre1. > > Thanks, > ErwanI would prefer if the upstream default was changed, too, but I'm not adverse to changing it if the upstream doesn't want to. -hpa