aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-02-14 16:57:16 +0000
committerFlorent Villard <warly@mandriva.com>2003-02-14 16:57:16 +0000
commita6c7e5d4b1745c9b724b24c67d865263da37bac3 (patch)
tree15cb8821255e1a6e7ca5ed07946d72162ad1d62a /scripts/make-boot-splash
parent528a201ef597dc15d2095565e03389e712d64a68 (diff)
downloadbootsplash-a6c7e5d4b1745c9b724b24c67d865263da37bac3.tar
bootsplash-a6c7e5d4b1745c9b724b24c67d865263da37bac3.tar.gz
bootsplash-a6c7e5d4b1745c9b724b24c67d865263da37bac3.tar.bz2
bootsplash-a6c7e5d4b1745c9b724b24c67d865263da37bac3.tar.xz
bootsplash-a6c7e5d4b1745c9b724b24c67d865263da37bac3.zip
new 1600x1200 image
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index ff899f3..d46a338 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -32,6 +32,8 @@ elif [[ $vgamode == 1024* ]];then
resolution=1024x768
elif [[ $vgamode == 1280* ]];then
resolution=1280x1024
+elif [[ $vgamode == 1600* ]];then
+ resolution=1600x1200
fi
if [[ -f $splash_dir/themes/$THEME/images/bootsplash-$resolution.jpg && -f $splash_cfg/themes/$THEME/cfg/bootsplash-$resolution.cfg ]];then