diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-26 15:59:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-26 15:59:37 +0000 |
commit | d6c00adf084ea92e1db0735ea8f0a19157882391 (patch) | |
tree | 527e1dda4ece96d385f54ae53a9e9902c05e9328 /perl-install/install_steps_interactive.pm | |
parent | 00b2517fe5a08028204f77ad8acff5872573202f (diff) | |
download | drakx-d6c00adf084ea92e1db0735ea8f0a19157882391.tar drakx-d6c00adf084ea92e1db0735ea8f0a19157882391.tar.gz drakx-d6c00adf084ea92e1db0735ea8f0a19157882391.tar.bz2 drakx-d6c00adf084ea92e1db0735ea8f0a19157882391.tar.xz drakx-d6c00adf084ea92e1db0735ea8f0a19157882391.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |