diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-22 14:11:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-22 14:11:58 +0000 |
commit | 757633bd64c05ee197d4d26471f66b922ef65074 (patch) | |
tree | abf0d56a1f58f01c8a4e219e05133d55e44f28a1 /perl-install/install_steps_interactive.pm | |
parent | 1f9a35f6a7ae75da33dace3edcdca22c11ec8698 (diff) | |
download | drakx-757633bd64c05ee197d4d26471f66b922ef65074.tar drakx-757633bd64c05ee197d4d26471f66b922ef65074.tar.gz drakx-757633bd64c05ee197d4d26471f66b922ef65074.tar.bz2 drakx-757633bd64c05ee197d4d26471f66b922ef65074.tar.xz drakx-757633bd64c05ee197d4d26471f66b922ef65074.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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); } #------------------------------------------------------------------------------ |