From 0301efa454e4e322d220ace0d197144387e53218 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Mar 2013 18:01:31 +0000 Subject: do not disable module autoloading (mga#9428) --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index fb53afb63..747783fa0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- do not disable module autoloading (mga#9428) - authentication: o install nss-pam-ldapd instead of nss_ldap (mga#9375) diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index c5cef30e2..d9b80db32 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -607,7 +607,6 @@ sub main { log::l("second stage install running (", install::any::drakx_version($o), ")"); - eval { output('/proc/sys/kernel/modprobe', "\n") } if !$::local_install && !$::testing; #- disable kmod eval { touch('/root/non-chrooted-marker.DrakX') }; #- helps distinguishing /root and /mnt/root when we don't know if we are chrooted if ($::local_install) { -- cgit v1.2.1