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 2dff066 commit 3f21144Copy full SHA for 3f21144
pkg/tftp/chain.ipxe
@@ -3,8 +3,8 @@
3
menu PXE Boot Options
4
5
item install Chainload installation
6
+item xyz Chainload netboot.xyz
7
item shell iPXE shell
-item xyz netboot.xyz
8
item exit Exit
9
10
choose --default install --timeout 10000 option && goto ${option}
@@ -13,7 +13,7 @@ choose --default install --timeout 10000 option && goto ${option}
13
chain http://${next-server}:HTTP_PORT/ipxe/${mac:hexhyp}.ipxe
14
15
:xyz
16
-chain --autofree https://boot.netboot.xyz
+chain --autofree http://boot.netboot.xyz
17
18
:shell
19
shell
0 commit comments