summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-10-28 13:15:30 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:48 +0100
commit2e2de4361d4549021ab6d62226257d68b88d25fe (patch)
tree78e27f41d6a31cd9b95410504ef143d75e3a3e9e /templates
parent7523992b6a479359b5457b95568a376b3a2ef8e4 (diff)
downloadlive-build-2e2de4361d4549021ab6d62226257d68b88d25fe.zip
live-build-2e2de4361d4549021ab6d62226257d68b88d25fe.tar.gz
Merging initial and experimental grub2 support from Luigi Capriotti <l.capriotti@xbmc.org>.
Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2.
Diffstat (limited to 'templates')
-rw-r--r--templates/grub2/grub.cfg12
-rw-r--r--templates/grub2/splash.tgabin0 -> 45997 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg
new file mode 100644
index 0000000..4ad86bd
--- /dev/null
+++ b/templates/grub2/grub.cfg
@@ -0,0 +1,12 @@
+set default=0
+
+insmod tga
+background_image ($root)/boot/grub/xbmc.tga
+set color_normal=cyan/blue
+set color_highlight=white/blue
+
+LINUX_LIVE
+
+LINUX_INSTALL
+
+MEMTEST
diff --git a/templates/grub2/splash.tga b/templates/grub2/splash.tga
new file mode 100644
index 0000000..854d0b2
--- /dev/null
+++ b/templates/grub2/splash.tga
Binary files differ