#!ipxe
menu Choose target to boot
item /configs/flatcar.ipxe flatcar.ipxe
item /env/production/configs/flatcar.ipxe flatcar.ipxe [production]

choose target
echo -n Enter hostname or none:
read hostname
set baseurl localhost:18888
# Boot it as intended.
chain ${target}
