summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-09-14 15:59:23 +0000
committerOlivier Blin <oblin@mandriva.com>2009-09-14 15:59:23 +0000
commit38e9284911ae5cbccf5f839534f32e4d0c8906f8 (patch)
treed625fa1866842daeb3cac658b110623795358ebc /perl-install/standalone/service_harddrake
parentf8ad22beee0a2c190120792f5f7bcfed73ff629f (diff)
downloaddrakx-38e9284911ae5cbccf5f839534f32e4d0c8906f8.tar
drakx-38e9284911ae5cbccf5f839534f32e4d0c8906f8.tar.gz
drakx-38e9284911ae5cbccf5f839534f32e4d0c8906f8.tar.bz2
drakx-38e9284911ae5cbccf5f839534f32e4d0c8906f8.tar.xz
drakx-38e9284911ae5cbccf5f839534f32e4d0c8906f8.zip
harddrake: allow to skip XFdrake framebuffer setup (and thus splash removal) if SETUP_FB is set to "no" in /etc/sysconfig/harddrake2/service.conf
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index c2705d042..a2d609117 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -201,7 +201,7 @@ foreach my $hw_class (@harddrake::data::tree) {
$modules_conf->write;
} elsif ($Ident eq "VIDEO") {
# explicitely NOT read the existing config (eg: new profile with globetrotter)
- harddrake::autoconf::xconf($modules_conf, {});
+ harddrake::autoconf::xconf($modules_conf, {}, member($cfg{SETUP_FB}, qw(NO no)));
next;
} elsif ($Ident eq "MOUSE") {
harddrake::autoconf::mouse_conf($modules_conf);