summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-23 21:28:44 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-23 21:28:44 +0000
commit78c54c739476a29aeaeb15bbac95eadd7ad2a58c (patch)
tree8d20867053bda4f43fa9e0c5b1c2a3c286a0639a
parentc3bb5142876df3ae8d6352ece84a1c01a89d9484 (diff)
downloaddrakx-78c54c739476a29aeaeb15bbac95eadd7ad2a58c.tar
drakx-78c54c739476a29aeaeb15bbac95eadd7ad2a58c.tar.gz
drakx-78c54c739476a29aeaeb15bbac95eadd7ad2a58c.tar.bz2
drakx-78c54c739476a29aeaeb15bbac95eadd7ad2a58c.tar.xz
drakx-78c54c739476a29aeaeb15bbac95eadd7ad2a58c.zip
do not try to run drakbug
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/service_harddrake2
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index e189522ad..3685d707f 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -5,6 +5,7 @@
- harddrake service:
o auto-configure floppies
(may require to load floppy module at first boot on a new system)
+ o do not try to run drakbug
Version 11.51 - 23 September 2008
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 3ebfdb1ba..8a91146ef 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -2,6 +2,8 @@
use lib qw(/usr/lib/libDrakX);
+BEGIN { $ENV{DISABLE_DRAKBUG} = 1 }
+
use strict;
use diagnostics;
use standalone; #- warning, standalone must be loaded very first, for 'explanations'