diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 43e7aaf65..8ea6af381 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -740,9 +740,6 @@ sub setupBootloaderBefore { } else { #- check for valid fb mode to enable a default boot with frame buffer. my $vga = $o->{allowFB} && (!detect_devices::matching_desc('Rage LT') && - (!detect_devices::matching_desc('SiS') || - detect_devices::matching_desc('SiS.*630')) && #- SiS 630 need frame buffer. - !detect_devices::matching_desc('S3 Inc') && !detect_devices::matching_desc('Matrox') && !detect_devices::matching_desc('Rage Mobility') ); |