diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-21 10:00:13 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-21 10:00:13 +0000 |
commit | 617a88af884f08455565b9ac74350c744ea4f30c (patch) | |
tree | d50148f38d51266a82b717431636d7084fb03a93 /perl-install | |
parent | 9aeb805dea0dc431331f1175f4fb3bed367e4684 (diff) | |
download | drakx-617a88af884f08455565b9ac74350c744ea4f30c.tar drakx-617a88af884f08455565b9ac74350c744ea4f30c.tar.gz drakx-617a88af884f08455565b9ac74350c744ea4f30c.tar.bz2 drakx-617a88af884f08455565b9ac74350c744ea4f30c.tar.xz drakx-617a88af884f08455565b9ac74350c744ea4f30c.zip |
removing logs.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
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 { |