From 2e2de4361d4549021ab6d62226257d68b88d25fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Oct 2009 13:15:30 +0100 Subject: Merging initial and experimental grub2 support from Luigi Capriotti . Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2. --- templates/grub2/grub.cfg | 12 ++++++++++++ templates/grub2/splash.tga | Bin 0 -> 45997 bytes 2 files changed, 12 insertions(+) create mode 100644 templates/grub2/grub.cfg create mode 100644 templates/grub2/splash.tga (limited to 'templates/grub2') diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg new file mode 100644 index 000000000..4ad86bd98 --- /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 000000000..854d0b26d Binary files /dev/null and b/templates/grub2/splash.tga differ -- cgit v1.2.3