diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-21 18:05:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-21 18:05:22 +0000 |
commit | de5fb9a743635e7a14cf4c294ab3b83c6760c240 (patch) | |
tree | e396bbdfa529242a36c70f0106ab1067db9c08e2 /perl-install/bootloader.pm | |
parent | feedc98d9f712f228716ad2ad2f8a53a1bfe2952 (diff) | |
download | drakx-de5fb9a743635e7a14cf4c294ab3b83c6760c240.tar drakx-de5fb9a743635e7a14cf4c294ab3b83c6760c240.tar.gz drakx-de5fb9a743635e7a14cf4c294ab3b83c6760c240.tar.bz2 drakx-de5fb9a743635e7a14cf4c294ab3b83c6760c240.tar.xz drakx-de5fb9a743635e7a14cf4c294ab3b83c6760c240.zip |
have bootsplash also for smp & enterprise kernels
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 559458d27..00a33a114 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -570,7 +570,7 @@ wait %d seconds for default boot. { if_($options{vga_fb} && $ext eq '', vga => $options{vga_fb}), #- using framebuffer }); - $entry->{append} .= " splash=silent" if $options{vga_fb} && $version !~ /smp|enterprise/ && $options{quiet}; + $entry->{append} .= " splash=silent" if $options{vga_fb} && $options{quiet}; if ($options{vga_fb} && $ext eq '') { add_kernel($bootloader, $version, $ext, $root, { label => 'linux-nonfb' }); |