diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 13:03:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 13:03:36 +0000 |
commit | 701f4ba3cbaecf0b0a4877c3f283739bd0d232fb (patch) | |
tree | 865bdd55aa8355eb48f1ffa99409751b5a809d79 /perl-install/install2.pm | |
parent | 3d2e8fe289da08dca406ce89af34e4f87f292032 (diff) | |
download | drakx-701f4ba3cbaecf0b0a4877c3f283739bd0d232fb.tar drakx-701f4ba3cbaecf0b0a4877c3f283739bd0d232fb.tar.gz drakx-701f4ba3cbaecf0b0a4877c3f283739bd0d232fb.tar.bz2 drakx-701f4ba3cbaecf0b0a4877c3f283739bd0d232fb.tar.xz drakx-701f4ba3cbaecf0b0a4877c3f283739bd0d232fb.zip |
move mdkinst.clp on hard drive ASAP
=> allows multi-cd installs even if the mdkinst.clp was not preloaded
=> allows to better memory handling during pkgs install (hopefully at least)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index abfd03e92..b8f5ffe2d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -190,6 +190,7 @@ sub formatPartitions { eval { fs::mount('none', "$o->{prefix}/sys", 'sysfs') }; common::screenshot_dir__and_move(); + install_any::move_clp_to_disk(); any::rotate_logs($o->{prefix}); @@ -631,6 +632,7 @@ sub main { last if $o->{step} eq 'exitInstall'; } + unlink install_any::clp_on_disk(); install_any::clean_postinstall_rpms(); install_any::log_sizes($o); install_any::remove_advertising($o); |