menu title ICTMaatwerk Kiosk Linux installer boot menu
include stdmenu.cfg
label auto
	menu label ^Automated install Generic TC
	kernel /install.amd/vmlinuz
	append auto=true url=https://git.ictmaatwerk.com/bprieshof/Kiosk/raw/branch/master/preseed/deb-generic-preseed priority=critical vga=788 initrd=/install.amd/initrd.gz --- quiet 
label x86-auto
	menu label ^Automated install Generic TC (32-bit)
	kernel /install.386/vmlinuz
	append auto=true url=https://git.ictmaatwerk.com/bprieshof/Kiosk/raw/branch/master/preseed/deb-generic-preseed priority=critical vga=788 initrd=/install.386/initrd.gz --- quiet
	
label auto-t510
	menu label ^Automated install HP-T510
	kernel /install.amd/vmlinuz
	append auto=true url=https://git.ictmaatwerk.com/bprieshof/Kiosk/raw/branch/master/preseed/deb-t510-preseed priority=critical vga=788 initrd=/install.amd/initrd.gz --- quiet 
default auto
timeout 30