summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-03 11:17:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-03 11:17:31 +0000
commite81ed8976954ab6a585719aaed756a8d2cc5ec38 (patch)
tree01d8a9c81bf12fab0406cb44280baf7b23ad9e68 /perl-install/install2.pm
parent1df17ac5eea19f7d43e18e5e5deb7241d95dde5b (diff)
downloaddrakx-backup-do-not-use-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar
drakx-backup-do-not-use-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.gz
drakx-backup-do-not-use-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.bz2
drakx-backup-do-not-use-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.xz
drakx-backup-do-not-use-e81ed8976954ab6a585719aaed756a8d2cc5ec38.zip
disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 2a64574db..e34e14391 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -433,6 +433,7 @@ sub main {
log::openLog(($::testing || $o->{localInstall}) && 'debug.log');
log::l("second stage install running (", any::drakx_version(), ")");
+ output('/proc/sys/kernel/modprobe', ''); #- disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT
eval { fs::mount('none', '/sys', 'sysfs', 1) };
if ($::move) {