summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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