Compare commits

..

3 Commits

Author SHA1 Message Date
Dreaded_X fcd6e05896 Use ip in vm range 2025-11-11 02:24:50 +01:00
Dreaded_X f3322e3bc3 Added option to auto install talos 2025-11-11 02:24:20 +01:00
Dreaded_X b30aac3229 PXE boot over http 2025-11-11 02:24:20 +01:00
+1 -1
View File
@@ -26,7 +26,7 @@ function patch_ipxe() {
#!ipxe #!ipxe
dhcp dhcp
chain ${HTTP_URL}/boot.ipxe || shell chain http://${HTTP_URL}:8000/boot.ipxe || shell
# chain boot.ipxe || shell # chain boot.ipxe || shell
EOF EOF