Skip to content

Commit f1de7bd

Browse files
committed
Add echos and include uuid in chain call
1 parent 3d0c6e3 commit f1de7bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/build/ipxe/scripts/alpinebooter.ipxe

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
echo Setting temporary DHCP address to chain into bootfile
44
dhcp
55

6-
chain http://192.168.0.160:8080/bootfile?uuid={UUID}
6+
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

Comments
 (0)