#!ipxe

echo -n Specify hostname Ubuntu 18.04: && read hostname

echo Starting Ubuntu 18.04 installer...

kernel linux
initrd initrd.gz
imgargs linux initrd=initrd.gz auto=true fb=false priority=critical hostname=${hostname} preseed/url=http://pxe.service.dallas.slvn.co:8069/ubuntu-18.04/preseed.cfg
boot