From f23d1861db32645e71e71f04bc8764a2c786562e Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 18 Oct 2006 08:27:59 +0000 Subject: added grub support in the theme --- scripts/make-boot-splash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/make-boot-splash') diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 6a5a236..0575cb2 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -40,6 +40,11 @@ if [[ -f $splash_dir/themes/$THEME/lilo/message ]];then cp -f $splash_dir/themes/$THEME/lilo/message /boot/message-graphic fi +if [[ -f $splash_dir/themes/$THEME/grub/splash.xpm.gz && -d /boot/grub/ ]];then + rm -f /boot/grub/splash.xpm.gz + cp -f $splash_dir/themes/$THEME/grub/splash.xpm.gz /boot/grub/splash.xpm.gz +fi + if [[ -z $config ]];then echo "Can't find a config file for resolution $resolution"; exit 1; -- cgit v1.2.1