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