diff options
-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' |