Set up for testing lua on uefi
[rrq/tiniest.git] / syslinux-uefi.cfg
1 menu title Tiniest ISO (uefi boot)
2 path /EFI/BOOT/efi64
3 # Note that the path is on the EFI/FAT partition
4
5 default vesamenu.c32
6
7 menu margin 0
8 menu rows 7
9 menu background splash.png
10
11 label uefi
12     kernel /vmlinuz
13     sysappend 0x78074
14     append initrd=/initrd.gz init=/init root=/dev/sda1
15
16 label linux
17     kernel vmlinuz
18     sysappend 0x78074
19     append initrd=initrd.gz init=/init root=/dev/sda1
20
21 label lua test
22     kernel lua.c32
23     append muffin.lua