summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index ac61be77b..31f6e6856 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -17,7 +17,7 @@ use lang;
use keyboard;
use fsedit;
use loopback;
-#use commands;
+use pkgs;
use any;
use log;
use fs;
@@ -685,6 +685,7 @@ sub setupBootloaderBefore {
#- 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('S3 Inc') &&
!detect_devices::matching_desc('Matrox') &&
!detect_devices::matching_desc('Rage Mobility')) && $o->{vga};