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
2 changed files with 3 additions and 3 deletions

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

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