From 9469e4066e172a22196b9bc859e5aae1f36a896a Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Sun, 21 Jul 2002 16:17:55 +0000 Subject: new images for 9.0 cp lilo message in make-boot-splash script --- scripts/make-boot-splash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/make-boot-splash') diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index f9bb20f..f31047e 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -37,6 +37,10 @@ if [[ -f $splash_dir/themes/$THEME/images/bootsplash-$resolution.jpg && -f $spla config=$splash_cfg/themes/$THEME/cfg/bootsplash-$resolution.cfg fi +if [[ -f $splash_dir/themes/$THEME/lilo/message ]];then + cp -f $splash_dir/themes/$THEME/lilo/message /boot/message-graphic +fi + if [[ -n $image ]];then if [[ -z $config ]];then echo "Can't find a config files for $resolution"; -- cgit v1.2.1