summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-21 10:00:13 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-21 10:00:13 +0000
commit617a88af884f08455565b9ac74350c744ea4f30c (patch)
treed50148f38d51266a82b717431636d7084fb03a93
parent9aeb805dea0dc431331f1175f4fb3bed367e4684 (diff)
downloaddrakx-backup-do-not-use-617a88af884f08455565b9ac74350c744ea4f30c.tar
drakx-backup-do-not-use-617a88af884f08455565b9ac74350c744ea4f30c.tar.gz
drakx-backup-do-not-use-617a88af884f08455565b9ac74350c744ea4f30c.tar.bz2
drakx-backup-do-not-use-617a88af884f08455565b9ac74350c744ea4f30c.tar.xz
drakx-backup-do-not-use-617a88af884f08455565b9ac74350c744ea4f30c.zip
removing logs.
-rw-r--r--perl-install/install_steps.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 318b61b3c..dde0bb386 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -282,7 +282,6 @@ sub choosePackages {
sub beforeInstallPackages {
my ($o) = @_;
- log::l("before install packages");
#- save these files in case of upgrade failure.
if ($o->{isUpgrade}) {
foreach (@filesToSaveForUpgrade) {
@@ -293,18 +292,14 @@ sub beforeInstallPackages {
}
}
- log::l("before install packages, after copy");
#- some packages need such files for proper installation.
$::live or fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount});
- log::l("before install packages, after adding localhost in hosts");
require network;
network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1");
- log::l("before openning database");
require pkgs;
pkgs::init_db($o->{prefix}, $o->{isUpgrade});
- log::l("initialized database");
}
sub pkg_install {