We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df27d48 commit d656935Copy full SHA for d656935
1 file changed
pkg/tftp/chain.ipxe
@@ -4,13 +4,17 @@ menu PXE Boot Options
4
5
item install Chainload installation
6
item shell iPXE shell
7
+item xyz netboot.xyz
8
item exit Exit
9
10
choose --default install --timeout 10000 option && goto ${option}
11
12
:install
13
chain http://${next-server}:HTTP_PORT/ipxe/${mac:hexhyp}.ipxe
14
15
+:xyz
16
+chain --autofree https://boot.netboot.xyz
17
+
18
:shell
19
shell
20
0 commit comments