summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-20 18:01:31 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-20 18:01:31 +0000
commit0301efa454e4e322d220ace0d197144387e53218 (patch)
treebfaebc91d9572f8a492bf344abbb9f4f07dca4cf /perl-install/install/install2.pm
parentc3969a76064d55b69ae0c98c2750550b9b3ceb9b (diff)
downloaddrakx-0301efa454e4e322d220ace0d197144387e53218.tar
drakx-0301efa454e4e322d220ace0d197144387e53218.tar.gz
drakx-0301efa454e4e322d220ace0d197144387e53218.tar.bz2
drakx-0301efa454e4e322d220ace0d197144387e53218.tar.xz
drakx-0301efa454e4e322d220ace0d197144387e53218.zip
do not disable module autoloading (mga#9428)
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm1
1 files changed, 0 insertions, 1 deletions
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) {