summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-01 10:30:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-01 10:30:10 +0000
commitbb55cdfb0709dc943b4e4320957675fabc47fdfe (patch)
tree237768a5802b1ee2666df5d0f7230b3c7c3ddad6 /perl-install/install/steps.pm
parentc2cd74265b217f604511a95ee8c585b79aeef670 (diff)
downloaddrakx-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar
drakx-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.gz
drakx-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.bz2
drakx-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.xz
drakx-bb55cdfb0709dc943b4e4320957675fabc47fdfe.zip
service xfs is not used anymore by default (see also #32051)
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm2
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));