diff options
author | Florent Villard <warly@mandriva.com> | 2002-07-21 16:17:55 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-07-21 16:17:55 +0000 |
commit | 9469e4066e172a22196b9bc859e5aae1f36a896a (patch) | |
tree | 6c6ce0b298c6c41b4974c17198b16d294188a91b /scripts | |
parent | fcc9a4cb2f9f1714d494badbd8ba7959d64c08bb (diff) | |
download | bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.gz bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.bz2 bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.xz bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.zip |
new images for 9.0V1_3_11_1mdk
cp lilo message in make-boot-splash script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-boot-splash | 4 |
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"; |