From f786204348dddd142915a70ad2d728a39853bc7e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Aug 2005 15:53:58 +0000 Subject: - 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 --- perl-install/install2.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install2.pm') 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); -- cgit v1.2.1