summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-03 17:10:01 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-03 17:10:01 +0000
commit9f9e2fdd3aa7587298928510ef225860101089d6 (patch)
tree648b2ce1701b0be88aebc9f3d950a52b14d43c78 /perl-install/install_any.pm
parent5fbdc963b632b1d8c8ac3a14728b749f4d03b075 (diff)
downloaddrakx-backup-do-not-use-9f9e2fdd3aa7587298928510ef225860101089d6.tar
drakx-backup-do-not-use-9f9e2fdd3aa7587298928510ef225860101089d6.tar.gz
drakx-backup-do-not-use-9f9e2fdd3aa7587298928510ef225860101089d6.tar.bz2
drakx-backup-do-not-use-9f9e2fdd3aa7587298928510ef225860101089d6.tar.xz
drakx-backup-do-not-use-9f9e2fdd3aa7587298928510ef225860101089d6.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 18ac6754f..e2aa3ee57 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -243,8 +243,8 @@ sub getAvailableSpace {
#- make sure of this place to be available for installation, this could help a lot.
#- currently doing a very small install use 36Mb of postinstall-rpm, but installing
#- these packages may eat up to 90Mb (of course not all the server may be installed!).
- #- 50mb may be a good choice to avoid almost all problem of insuficient space left...
- my $minAvailableSize = 50 * sqr(1024);
+ #- 65mb may be a good choice to avoid almost all problem of insuficient space left...
+ my $minAvailableSize = 65 * sqr(1024);
my $n = !$::testing && getAvailableSpace_mounted($o->{prefix}) ||
getAvailableSpace_raw($o->{fstab}) * 512 / 1.07;