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
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
server: server:
tftpIp: 10.0.0.3 tftpIp: 192.168.1.1
httpUrl: http://10.0.0.3:8000 httpUrl: http://192.168.1.1:8000
+1 -1
View File
@@ -26,7 +26,7 @@ function patch_ipxe() {
#!ipxe #!ipxe
dhcp dhcp
chain http://10.0.0.3:8000/boot.ipxe || shell chain http://${HTTP_URL}:8000/boot.ipxe || shell
# chain boot.ipxe || shell # chain boot.ipxe || shell
EOF EOF