# tftp server (if different from DHCP server)
# (maybe only one is needed - forgot which - the other being for NFS?)
#server-identifier	192.168.1.2;
#next-server		192.168.1.2;

# Default netboot filename for (bootp, and other non-PXE clients)
filename			"enter-your-default-di-netboot-imagename-here"

# Preseed debian-installer from http://boot.<domain>/d-i/<suite>/./preseed.cfg
# (more info at http://hands.com/d-i/ )
if substring (option vendor-class-identifier, 0, 3) = "d-i" {
	filename "boot";
}