We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b9611 commit 01c94e9Copy full SHA for 01c94e9
README.md
@@ -19,6 +19,12 @@ Enable ping
19
sed -i 's$//#define PING_CMD$#define PING_CMD$' config/general.h
20
```
21
22
+Enable https
23
+edit `config/general.h` and ensure: `#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */`
24
+
25
+See https://ipxe.org/buildcfg/download_proto_https
26
27
28
Embed the demo iPXE boot script
29
30
cat <<EOT > demo.ipxe
0 commit comments