blob: 0560fcc8f337162171234f3e3fb2627fc131ea60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!ipxe
chain /poll/1/${netX/mac:hexhyp}
menu Choose target to boot
item /configs/coreos.ipxe coreos.ipxe
item /env/production/configs/coreos.ipxe coreos.ipxe [production]
choose target
echo -n Enter hostname or none:
read hostname
set baseurl localhost:18888
# Boot it as intended.
chain ${target}
|