diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-29 18:33:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-31 00:10:58 +0100 |
commit | 765dad1eab610318f63a66a13bcd29c50ba76a8c (patch) | |
tree | 2c23957dc04cfd2e9187ba2696d1a0ac96e03f72 /boot | |
parent | 5cab919bb3aec8270786f6bd460d677a8546c70f (diff) | |
download | buildroot-765dad1eab610318f63a66a13bcd29c50ba76a8c.tar.gz buildroot-765dad1eab610318f63a66a13bcd29c50ba76a8c.zip |
grub: add web reference that documents how to generate a splashimage
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/grub/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/boot/grub/Config.in b/boot/grub/Config.in index 3ae8448161..4db8642acf 100644 --- a/boot/grub/Config.in +++ b/boot/grub/Config.in @@ -42,8 +42,10 @@ config BR2_TARGET_GRUB_SPLASH help Add support for splashimage. - A splashimage is a 14-color indexed .xpm picture which - is displayed as background for the grub menu. + A splashimage is a 14-color indexed .xpm picture which is + displayed as background for the grub menu. See + http://www.katspace.org/computers/Grub_Splash/ for details + on how to generate a splashimage. config BR2_TARGET_GRUB_DISKLESS bool "diskless support" |