Compare commits

..

2 Commits

Author SHA1 Message Date
fae6ceff86 Added option to auto install talos 2025-11-11 02:20:43 +01:00
33fc7ef33d PXE boot over http 2025-11-11 02:20:23 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
server:
tftpIp: 192.168.1.1
httpUrl: http://192.168.1.1:8000
tftpIp: 10.0.0.3
httpUrl: http://10.0.0.3:8000

View File

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