Include full building as well as populating a ventoy usb
[rrq/tiniest.git] / syslinux-uefi.cfg
index ee8bd6cd8918c60df359252bab5f2c274732ef3e..57de42ac8fdcbb25ddf0478e74fbc13c1f282042 100644 (file)
@@ -1,2 +1,19 @@
+menu title Tiniest ISO (uefi boot)
 path /EFI/BOOT/efi64
-include /bootmenu.cfg
+# Note that the path is on the EFI/FAT partition
+
+default vesamenu.c32
+
+menu margin 0
+menu rows 7
+menu background splash.png
+
+label uefi
+    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