Compare commits

..

3 Commits

Author SHA1 Message Date
fcd6e05896 Use ip in vm range 2025-11-11 02:24:50 +01:00
f3322e3bc3 Added option to auto install talos 2025-11-11 02:24:20 +01:00
b30aac3229 PXE boot over http 2025-11-11 02:24:20 +01:00

View File

@@ -26,7 +26,7 @@ function patch_ipxe() {
#!ipxe
dhcp
chain ${HTTP_URL}/boot.ipxe || shell
chain http://${HTTP_URL}:8000/boot.ipxe || shell
# chain boot.ipxe || shell
EOF