From 1dda838e465a7d957e1cd265f01d33c00932b586 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 10 Apr 2012 11:19:01 +0000 Subject: fix splash quiet option --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 9816a92b1..c7546a125 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1064,7 +1064,7 @@ sub suggest { root => $root, if_($options{vga_fb}, vga => $options{vga_fb}), #- using framebuffer if_($options{vga_fb} && $options{splash}, append => "splash"), - if_($options{quiet}, append => "quiet"), + if_($options{quiet}, append => "splash quiet"), }); if ($options{vga_fb} && $e->{label} eq 'linux') { -- cgit v1.2.1