kumquat-buildroot/target/x86/grub2/Config.in
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00

14 lines
338 B
Plaintext

config BR2_TARGET_GRUB2
bool "grub2"
help
The GRand Unified Bootloader for x86 systems, take #2.
config BR2_TARGET_GRUB2_SPLASH
bool "Splashimage support"
depends on BR2_TARGET_GRUB2
help
Add support for splashimage.
A splashimage is a 14-color indexed .xpm picture which
is displayed as background for the grub menu.