Compare commits

..

3 Commits

Author SHA1 Message Date
14e88a6734 Use ip in vm range 2025-11-11 02:27:39 +01:00
c406514cb1 Added option to auto install talos 2025-11-11 02:27:39 +01:00
3328fb053c PXE boot over http 2025-11-11 02:27:39 +01:00

View File

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