summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-22 14:11:58 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-22 14:11:58 +0000
commit757633bd64c05ee197d4d26471f66b922ef65074 (patch)
treeabf0d56a1f58f01c8a4e219e05133d55e44f28a1 /perl-install/install_steps_interactive.pm
parent1f9a35f6a7ae75da33dace3edcdca22c11ec8698 (diff)
downloaddrakx-backup-do-not-use-757633bd64c05ee197d4d26471f66b922ef65074.tar
drakx-backup-do-not-use-757633bd64c05ee197d4d26471f66b922ef65074.tar.gz
drakx-backup-do-not-use-757633bd64c05ee197d4d26471f66b922ef65074.tar.bz2
drakx-backup-do-not-use-757633bd64c05ee197d4d26471f66b922ef65074.tar.xz
drakx-backup-do-not-use-757633bd64c05ee197d4d26471f66b922ef65074.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index f2f9e3cd3..29ee25505 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -96,7 +96,7 @@ sub selectInstallClass1 {
my ($o, $verif, $l, $def, $l2, $def2) = @_;
$verif->($o->ask_from_list(_("Install Class"), _("Which installation class do you want?"), $l, $def));
- $o->ask_from_list_(_("Install/Rescue"), _("Is this an install or a rescue?"), $l2, $def2);
+ $::live or $o->ask_from_list_(_("Install/Rescue"), _("Is this an install or a rescue?"), $l2, $def2);
}
#------------------------------------------------------------------------------