diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-18 19:20:16 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-09 05:23:21 +0200 |
commit | dbbb50f5dc5523eac043d4c55f36eb542e6a70a2 (patch) | |
tree | d726dcd5bf98a61cddb5bdece73df23e25420e60 /templates/grub2 | |
parent | f180ad0747d20a8a78cfcaa59da5210813a444bc (diff) | |
download | vyos-live-build-dbbb50f5dc5523eac043d4c55f36eb542e6a70a2.tar.gz vyos-live-build-dbbb50f5dc5523eac043d4c55f36eb542e6a70a2.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 |