Compare commits
3 Commits
fae6ceff86
...
fcd6e05896
| Author | SHA1 | Date | |
|---|---|---|---|
|
fcd6e05896
|
|||
|
f3322e3bc3
|
|||
|
b30aac3229
|
@@ -1,3 +1,3 @@
|
||||
server:
|
||||
tftpIp: 10.0.0.3
|
||||
httpUrl: http://10.0.0.3:8000
|
||||
tftpIp: 192.168.1.1
|
||||
httpUrl: http://192.168.1.1:8000
|
||||
|
||||
@@ -26,7 +26,7 @@ function patch_ipxe() {
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
chain http://10.0.0.3:8000/boot.ipxe || shell
|
||||
chain http://${HTTP_URL}:8000/boot.ipxe || shell
|
||||
# chain boot.ipxe || shell
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user