From bb55cdfb0709dc943b4e4320957675fabc47fdfe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 1 Aug 2007 10:30:10 +0000 Subject: service xfs is not used anymore by default (see also #32051) --- perl-install/install/steps.pm | 2 +- perl-install/install/steps_gtk.pm | 1 - 2 files changed, 1 insertion(+), 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); } -- cgit v1.2.1