From 78c54c739476a29aeaeb15bbac95eadd7ad2a58c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Sep 2008 21:28:44 +0000 Subject: do not try to run drakbug --- perl-install/NEWS | 1 + perl-install/standalone/service_harddrake | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install') 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' -- cgit v1.2.1