From 00aaaee854a93d4d665ff8d89058641d93825afb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 9 May 2005 12:20:48 +0000 Subject: use default jpeg image path in config file for both silent and verbose images --- perl-install/bootsplash.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/bootsplash.pm b/perl-install/bootsplash.pm index 63528e480..86d78e4fc 100644 --- a/perl-install/bootsplash.pm +++ b/perl-install/bootsplash.pm @@ -112,6 +112,7 @@ sub theme_write_config_for_resolution { my $config = theme_get_config_for_resolution($name, $res); create_path($config); + my $jpeg = theme_get_image_for_resolution($name, $res); output($config, qq(# This is the configuration file for the $res bootsplash picture # this file is necessary to specify the coordinates of the text box on the @@ -136,8 +137,8 @@ tw=$conf->{tw} th=$conf->{th} # name of the picture file (full path recommended) -jpeg=$conf->{jpeg} -silentjpeg=$conf->{silentjpeg} +jpeg=$jpeg +silentjpeg=$jpeg progress_enable=1 -- cgit v1.2.1