summaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--perl-install/install/steps.pm2
-rw-r--r--perl-install/install/steps_gtk.pm1
2 files changed, 1 insertions, 2 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));
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 07c684efd..12a99fc48 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -110,7 +110,6 @@ sub new($$) {
require move;
require run_program;
move::automatic_xconf($o);
- run_program::run('/sbin/service', 'xfs', 'start');
@servers = $::globetrotter ? qw(Driver:fbdev) : qw(X_move);
}