Using save/ to keep downloads and partial progress
[rrq/tiniest.git] / syslinux-legacy.cfg
1 menu title Tiniest ISO (legacy)
2 path /boot/syslinux/bios
3 # Note that the path is on the EFI/FAT partition
4
5 #default vesamenu.c32
6 default luatest
7
8 menu margin 0
9 menu rows 7
10 menu background splash.png
11
12 label legacy
13     kernel vmlinuz
14     sysappend 0x78074
15     append initrd=initrd.gz init=/init root=/dev/sda1
16
17 label linux
18     kernel vmlinuz
19     sysappend 0x78074
20     append initrd=initrd.gz init=/init root=/dev/sda1
21
22 label luatest
23     kernel lua.c32
24     append -i -- EFI/BOOT/muffin.lua /vmlinuz initrd=/initrd.gz init=/init root=/dev/ram0