diff options
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index c420d98ef..0da947097 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -263,7 +263,7 @@ sub choosePackages { #- selected first, after is used the same scheme as install. #- make sure we kept some space left for available else the system may - #- not be able to start (xfs at least). + #- not be able to start my $available = install::any::getAvailableSpace($o); my $availableCorrected = install::pkgs::invCorrectSize($available / sqr(1024)) * sqr(1024); log::l(sprintf "available size %s (corrected %s)", formatXiB($available), formatXiB($availableCorrected)); |