From 0ffa339e54339f23ca34c50a34d24713d06e0a3b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Sep 2000 10:34:18 +0000 Subject: no_comment --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index c2516626e..26443ee63 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -259,7 +259,7 @@ wait %d seconds for default boot. { label => $isSecure || $isSMP ? 'linux-up' : 'linux-nonfb', root => "/dev/$root", - }) if !$isSecure && !$isSMP && $vga_fb; + }) if $isSecure || $isSMP || $vga_fb; add_kernel($prefix, $lilo, $kernelVersion, '', { label => 'failsafe', -- cgit v1.2.1