diff options
author | Florent Villard <warly@mandriva.com> | 2003-11-18 09:28:35 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-11-18 09:28:35 +0000 |
commit | 750e1aa07bb6dcc39ea37275df876af938ca2422 (patch) | |
tree | d1896e36ee08dd72fb829279c344d46e5730dd05 /scripts/make-boot-splash | |
parent | 78af07ac00cd6fc4ea969828b0f965d63f3077ba (diff) | |
download | bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.gz bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.bz2 bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.xz bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.zip |
rely on initrd file to find correct bootloader entry and resolution in detect-resolution
correctly rewrite gray scaled jpeg
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-x | scripts/make-boot-splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index df0de03..9a4b4c2 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -21,7 +21,7 @@ initrd_file=$1 vgamode=$2 if [[ -z $vgamode || $vgamode == auto ]];then - vgamode=$( $splash_dir/scripts/detect-resolution ) + vgamode=$( $splash_dir/scripts/detect-resolution $initrd_file) fi if [[ $vgamode == 640* ]];then |