From a6c7e5d4b1745c9b724b24c67d865263da37bac3 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 14 Feb 2003 16:57:16 +0000 Subject: new 1600x1200 image --- scripts/make-boot-splash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/make-boot-splash') 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 -- cgit v1.2.1