Upload files to 'usbfiles'
This commit is contained in:
7
usbfiles/isolinux.cfg
Normal file
7
usbfiles/isolinux.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
## NEW MENU
|
||||
path
|
||||
include kioskmenu.cfg
|
||||
default vesamenu.c32
|
||||
prompt 0
|
||||
timeout 0
|
||||
|
||||
21
usbfiles/kioskmenu.cfg
Normal file
21
usbfiles/kioskmenu.cfg
Normal 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
|
||||
Reference in New Issue
Block a user