summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-16 14:53:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-16 14:53:16 +0000
commit256a3d708f01887deb6b10fd20bcd867550c0aff (patch)
treee52d842ff348f256f5dbde96c466b4d93d35c416 /perl-install/install2.pm
parentab7a22f5dbb1eeddba8708024c2b0c5ceeafc127 (diff)
downloaddrakx-backup-do-not-use-256a3d708f01887deb6b10fd20bcd867550c0aff.tar
drakx-backup-do-not-use-256a3d708f01887deb6b10fd20bcd867550c0aff.tar.gz
drakx-backup-do-not-use-256a3d708f01887deb6b10fd20bcd867550c0aff.tar.bz2
drakx-backup-do-not-use-256a3d708f01887deb6b10fd20bcd867550c0aff.tar.xz
drakx-backup-do-not-use-256a3d708f01887deb6b10fd20bcd867550c0aff.zip
help testing
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 33b352fec..dba50f089 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -433,7 +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
+ output('/proc/sys/kernel/modprobe', '') if !$::testing; #- disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT
eval { fs::mount('none', '/sys', 'sysfs', 1) };
if ($::move) {