summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-10 15:53:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-10 15:53:58 +0000
commitf786204348dddd142915a70ad2d728a39853bc7e (patch)
treea0ef4f526ba519bc058d69c460283ee2cf90d294 /perl-install/install2.pm
parent54af75fc5ae98319025da96056938cd6918f320e (diff)
downloaddrakx-backup-do-not-use-f786204348dddd142915a70ad2d728a39853bc7e.tar
drakx-backup-do-not-use-f786204348dddd142915a70ad2d728a39853bc7e.tar.gz
drakx-backup-do-not-use-f786204348dddd142915a70ad2d728a39853bc7e.tar.bz2
drakx-backup-do-not-use-f786204348dddd142915a70ad2d728a39853bc7e.tar.xz
drakx-backup-do-not-use-f786204348dddd142915a70ad2d728a39853bc7e.zip
- if we have a lot of memory, keep the clp in tmpfs
- check the size available in $::prefix/tmp for the case it's on its own filesystem (bug #15377) - also check the size available in other cases
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 5a96acab0..75819eb1d 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -192,7 +192,7 @@ sub formatPartitions {
eval { fs::mount::usbfs($::prefix) };
install_any::screenshot_dir__and_move();
- install_any::move_clp_to_disk();
+ install_any::move_clp_to_disk($o->{fstab});
any::rotate_logs($o->{prefix});
@@ -624,7 +624,7 @@ sub main {
last if $o->{step} eq 'exitInstall';
}
- unlink install_any::clp_on_disk();
+ unlink $install_any::clp_on_disk;
install_any::clean_postinstall_rpms();
install_any::log_sizes($o);
install_any::remove_advertising($o);