From bb6492e7bf3b348808cc2102c840fc91a3bff7b0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 6 Jan 2000 22:48:08 +0000 Subject: no_comment --- perl-install/install_any.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index ccc8343f1..8c41424cb 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -109,8 +109,9 @@ sub getAvailableSpace { do { $_->{mntpoint} eq '/' and return int($_->{size} * 512 / 1.07) } foreach @{$o->{fstab}}; if ($::testing) { - log::l("taking 200MB for testing"); - return 2000 << 20; + my $nb = 350; + log::l("taking ${nb}MB for testing"); + return $nb << 20; } die "missing root partition"; } -- cgit v1.2.1