aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash4
1 files changed, 4 insertions, 0 deletions
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";