diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-28 13:15:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:48 +0100 |
commit | 2e2de4361d4549021ab6d62226257d68b88d25fe (patch) | |
tree | 78e27f41d6a31cd9b95410504ef143d75e3a3e9e /templates | |
parent | 7523992b6a479359b5457b95568a376b3a2ef8e4 (diff) | |
download | vyos-live-build-2e2de4361d4549021ab6d62226257d68b88d25fe.tar.gz vyos-live-build-2e2de4361d4549021ab6d62226257d68b88d25fe.zip |
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.cfg | 12 | ||||
-rw-r--r-- | templates/grub2/splash.tga | bin | 0 -> 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 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 Binary files differnew file mode 100644 index 000000000..854d0b26d --- /dev/null +++ b/templates/grub2/splash.tga |