diff options
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-x | scripts/make-boot-splash | 2 |
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 |