summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
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
commitf091038dcf6f91c1bb0cdc1ac0e7c744905bebd3 (patch)
tree38d43968278e2df026ca449c4b3952cb661edd2f /perl-install/standalone
parentd09e1b66e3f1b2a7ccc15245facae42c9554cf45 (diff)
downloaddrakx-backup-do-not-use-f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3.tar
drakx-backup-do-not-use-f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3.tar.gz
drakx-backup-do-not-use-f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3.tar.bz2
drakx-backup-do-not-use-f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3.tar.xz
drakx-backup-do-not-use-f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3.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')
-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');