Delete 'usbfiles/kioskmenu.cfg'

This commit is contained in:
bprieshof
2019-06-07 01:04:33 +02:00
parent d1581c8077
commit 677e431daa

View File

@@ -1,21 +0,0 @@
menu title Debian GNU/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 Generic TC
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
label x86-auto-t510
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-t510-preseed priority=critical vga=788 initrd=/install.386/initrd.gz --- quiet
default auto
timeout 30