summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}