diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-18 19:20:16 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | ddbaabf64e1a03d51493d18bf34afebbfd896795 (patch) | |
tree | 788481bfce5350d92de89ba571891d811af7b922 /templates/grub2 | |
parent | dbfe7b10d78d8a71ee404af0d3952af48eeb4d1d (diff) | |
download | vyos-live-build-ddbaabf64e1a03d51493d18bf34afebbfd896795.tar.gz vyos-live-build-ddbaabf64e1a03d51493d18bf34afebbfd896795.zip |
Correcting typo in grub2 config template.
Diffstat (limited to 'templates/grub2')
-rw-r--r-- | templates/grub2/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg index 4ad86bd98..3430b63a0 100644 --- a/templates/grub2/grub.cfg +++ b/templates/grub2/grub.cfg @@ -1,7 +1,7 @@ set default=0 insmod tga -background_image ($root)/boot/grub/xbmc.tga +background_image ($root)/boot/grub/splash.tga set color_normal=cyan/blue set color_highlight=white/blue |