From f091038dcf6f91c1bb0cdc1ac0e7c744905bebd3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:51:02 +0000 Subject: (set_splash_append) fix bug introduced by colin in r3572 on 2012-03-19 ("Update drakboot splash updating code") (spot by perl_checker) --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.1