Upload files to 'usbfiles'

This commit is contained in:
bprieshof
2019-06-07 01:00:07 +02:00
parent 7f53f77f8a
commit d1581c8077
2 changed files with 28 additions and 0 deletions

7
usbfiles/isolinux.cfg Normal file
View File

@@ -0,0 +1,7 @@
## NEW MENU
path
include kioskmenu.cfg
default vesamenu.c32
prompt 0
timeout 0

21
usbfiles/kioskmenu.cfg Normal file
View File

@@ -0,0 +1,21 @@
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