- Patch ipxe general config to enable https - Update docs with patching - Update information on how to boot from Fedora People
12 lines
715 B
Diff
12 lines
715 B
Diff
diff -up ipxe/src/config/general.h.orig ipxe/src/config/general.h
|
|
--- ipxe/src/config/general.h.orig 2016-01-17 20:12:33.400371659 -0700
|
|
+++ ipxe/src/config/general.h 2016-01-17 20:12:40.262362583 -0700
|
|
@@ -53,7 +53,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#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_HTTPS /* Secure Hypertext Transfer Protocol */
|
|
#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
|
|
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
|
|
#undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */
|