From 831d9b05322fe8346f61096c4f8c5a5570fddfe4 Mon Sep 17 00:00:00 2001
From: Otavio Salvador <otavio@ossystems.com.br>
Date: Tue, 18 Sep 2007 21:51:56 -0300
Subject: add template to be used by syslinux vesa menu support

A new template has been included to enable live-helper to support
syslinux vesa menu. This includes a font, splash image and a new
configuration file.
---
 templates/syslinux-menu/data/lat1-16.psf | Bin 0 -> 5156 bytes
 templates/syslinux-menu/data/splash.png  | Bin 0 -> 57186 bytes
 templates/syslinux-menu/isolinux.cfg     |  23 +++++++++++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 templates/syslinux-menu/data/lat1-16.psf
 create mode 100644 templates/syslinux-menu/data/splash.png
 create mode 100644 templates/syslinux-menu/isolinux.cfg

diff --git a/templates/syslinux-menu/data/lat1-16.psf b/templates/syslinux-menu/data/lat1-16.psf
new file mode 100644
index 0000000..097a640
Binary files /dev/null and b/templates/syslinux-menu/data/lat1-16.psf differ
diff --git a/templates/syslinux-menu/data/splash.png b/templates/syslinux-menu/data/splash.png
new file mode 100644
index 0000000..5669615
Binary files /dev/null and b/templates/syslinux-menu/data/splash.png differ
diff --git a/templates/syslinux-menu/isolinux.cfg b/templates/syslinux-menu/isolinux.cfg
new file mode 100644
index 0000000..887e3d8
--- /dev/null
+++ b/templates/syslinux-menu/isolinux.cfg
@@ -0,0 +1,23 @@
+FONT               data/lat1-16.psf
+DEFAULT            data/vesamenu.c32
+
+TIMEOUT            1000
+PROMPT             0
+
+MENU BACKGROUND    data/splash.png
+MENU COLOR TITLE   * #FFFFFFFF *
+MENU COLOR BORDER  * #00000000 #00000000 none
+MENU COLOR SEL     * #ffffffff #76a1d0ff *
+MENU COLOR HOTSEL  1;7;37;40 #ffffffff #76a1d0ff *
+MENU COLOR HOTKEY  1;37;40;44 #90ffffff #00000000 std
+MENU VSHIFT        7
+MENU HSHIFT        6
+MENU WIDTH         67
+MENU TABMSG        Press [tab] to edit the menu entry
+MENU TIMEOUTROW    16
+
+LINUX_LIVE
+
+LINUX_INSTALL
+
+MEMTEST
-- 
cgit v1.0