some more testing
[rrq/tiniest.git] / syslinux-uefi.cfg
index ee8bd6cd8918c60df359252bab5f2c274732ef3e..94a5bdb9a3d24c4c89849155900f48d8775135ee 100644 (file)
@@ -1,2 +1,24 @@
+menu title Tiniest ISO (uefi boot)
 path /EFI/BOOT/efi64
-include /bootmenu.cfg
+# Note that the path is on the EFI/FAT partition
+
+default luatest
+
+menu margin 0
+menu rows 7
+menu background splash.png
+
+label uefi
+    kernel /vmlinuz
+    sysappend 0x78074
+    append initrd=/initrd.gz init=/init root=/dev/ram0
+
+label linux
+    kernel vmlinuz
+    sysappend 0x78074
+    append initrd=/initrd.gz init=/init root=/dev/ram0
+
+label luatest
+    kernel lua.c32
+    append -i -- muffin.lua /vmlinuz initrd=/initrd.gz init=/init root=/dev/ram0
+