diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-18 17:26:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-18 17:26:46 +0000 |
commit | 914c6af22c2783359e593eb1a88bdbb7a1202da0 (patch) | |
tree | 872a256c20780d64c6b4d09dc32bd238bbb62a25 /perl-install/install_any.pm | |
parent | 0e4f05d46881f2bb726eac3580ae783f62d45015 (diff) | |
download | drakx-backup-do-not-use-914c6af22c2783359e593eb1a88bdbb7a1202da0.tar drakx-backup-do-not-use-914c6af22c2783359e593eb1a88bdbb7a1202da0.tar.gz drakx-backup-do-not-use-914c6af22c2783359e593eb1a88bdbb7a1202da0.tar.bz2 drakx-backup-do-not-use-914c6af22c2783359e593eb1a88bdbb7a1202da0.tar.xz drakx-backup-do-not-use-914c6af22c2783359e593eb1a88bdbb7a1202da0.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7d1929e03..3d00b7d2b 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -98,8 +98,8 @@ sub shells($) { sub getAvailableSpace { my ($o) = @_; - do { $_->{mntpoint} eq '/usr' and return int($_->{size} * 512 / 1.03) } foreach @{$o->{fstab}}; - do { $_->{mntpoint} eq '/' and return int($_->{size} * 512 / 1.03) } foreach @{$o->{fstab}}; + do { $_->{mntpoint} eq '/usr' and return int($_->{size} * 512 / 1.07) } foreach @{$o->{fstab}}; + do { $_->{mntpoint} eq '/' and return int($_->{size} * 512 / 1.07) } foreach @{$o->{fstab}}; if ($::testing) { log::l("taking 200MB for testing"); |