diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-12-03 11:17:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-12-03 11:17:31 +0000 |
commit | e81ed8976954ab6a585719aaed756a8d2cc5ec38 (patch) | |
tree | 01d8a9c81bf12fab0406cb44280baf7b23ad9e68 | |
parent | 1df17ac5eea19f7d43e18e5e5deb7241d95dde5b (diff) | |
download | drakx-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar drakx-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.gz drakx-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.bz2 drakx-e81ed8976954ab6a585719aaed756a8d2cc5ec38.tar.xz drakx-e81ed8976954ab6a585719aaed756a8d2cc5ec38.zip |
disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT
-rw-r--r-- | perl-install/install2.pm | 1 |
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) { |