#!ipxe

echo Starting Fully Automated Install...
sleep 0
set repo https://ftp.debian.org/debian/dists/trixie/main/installer-amd64/current/images/netboot/debian-installer/amd64/

set preseed http://192.168.88.3/infra/debian-preseed/preseed.cfg

initrd ${repo}/initrd.gz
kernel ${repo}/linux auto=true priority=critical preseed/url=${preseed} --- quiet
boot

