Add 'usbfiles/isolinux/kioskmenu.txt'
This commit is contained in:
21
usbfiles/isolinux/kioskmenu.txt
Normal file
21
usbfiles/isolinux/kioskmenu.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
label x86-auto-t510
|
||||
menu label ^Automated install HP-T510 (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