summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:51:02 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:51:02 +0000
commit97c696278fda941541d1d6280db2c89b82eb1b7d (patch)
tree38d43968278e2df026ca449c4b3952cb661edd2f /perl-install/standalone/drakboot
parent22ab0fd263abdd83770015718b1fef2713962042 (diff)
downloaddrakx-97c696278fda941541d1d6280db2c89b82eb1b7d.tar
drakx-97c696278fda941541d1d6280db2c89b82eb1b7d.tar.gz
drakx-97c696278fda941541d1d6280db2c89b82eb1b7d.tar.bz2
drakx-97c696278fda941541d1d6280db2c89b82eb1b7d.tar.xz
drakx-97c696278fda941541d1d6280db2c89b82eb1b7d.zip
(set_splash_append) fix bug introduced by colin in r3572 on 2012-03-19
("Update drakboot splash updating code") (spot by perl_checker)
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 91a9c8db5..9f82073e1 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -240,7 +240,7 @@ sub change_image {
}
sub set_splash_append {
- my ($val) = @_;
+ my ($mode) = @_;
if ($mode ne 'splash') {
bootloader::remove_append_simple($bootloader, 'splash');
bootloader::remove_append_simple($bootloader, 'quiet');