From d6c00adf084ea92e1db0735ea8f0a19157882391 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 26 Sep 2000 15:59:37 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 79a9e07c6..66ef4faf1 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -138,7 +138,6 @@ are you ready to answer that kind of questions?"), first(list2kv(@c)), ${{reverse %c}}{$::beginner ? "beginner" : $::expert ? "expert" : "specific"}, [ __("Install"), __("Rescue") ], $o->{isUpgrade} ? "Rescue" : "Install") eq "Rescue"; - print STDERR "isUpgrade=$o->{isUpgrade}\n"; if ($::corporate || $::beginner) { delete $o->{installClass}; } else { @@ -912,7 +911,7 @@ sub configureX { #- strange, xfs must not be started twice... #- trying to stop and restart it does nothing good too... my $xfs_started if 0; - run_program::rooted($o->{prefix}, "/etc/rc.d/init.d/xfs", "start") unless $xfs_started; + run_program::rooted($o->{prefix}, "/etc/rc.d/init.d/xfs", "start") unless $::live || $xfs_started; $xfs_started = 1; { local $::testing = 0; #- unset testing -- cgit v1.2.1