Minor generalisation to allow testing ventoy use cases.
[rrq/tiniest.git] / syslinux-legacy.cfg
index 491c7597db95d6bf29b43b98b7cd0831185951da..dc141fc33251a4ff21b54fd4409644c75bf4a8aa 100644 (file)
@@ -1,2 +1,21 @@
+menu title Tiniest ISO (legacy)
+path /boot/syslinux/bios
+# Note that the path is on the EFI/FAT partition
+
+default vesamenu.c32
+
+menu margin 0
+menu rows 7
+menu background splash.png
+
+label legacy
+    kernel vmlinuz
+    sysappend 0x78074
+    append initrd=initrd.gz init=/init root=/dev/sda1
+
+label linux
+    kernel vmlinuz
+    sysappend 0x78074
+    append initrd=initrd.gz init=/init root=/dev/sda1
 path /boot/syslinux/bios
 include /bootmenu.cfg