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.
echo
uuid
chain
1 parent 3d0c6e3 commit f1de7bdCopy full SHA for f1de7bd
deploy/build/ipxe/scripts/alpinebooter.ipxe
@@ -3,4 +3,6 @@
3
echo Setting temporary DHCP address to chain into bootfile
4
dhcp
5
6
-chain http://192.168.0.160:8080/bootfile?uuid={UUID}
+set chain-url http://192.168.0.160:8080/bootfile
7
+echo Chaining to ${chain_url}
8
+chain ${chain-url}?uuid=${uuid}
0 commit comments