diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-23 21:28:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-23 21:28:44 +0000 |
commit | 78c54c739476a29aeaeb15bbac95eadd7ad2a58c (patch) | |
tree | 8d20867053bda4f43fa9e0c5b1c2a3c286a0639a | |
parent | c3bb5142876df3ae8d6352ece84a1c01a89d9484 (diff) | |
download | drakx-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/NEWS | 1 | ||||
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
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' |