summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-18 11:15:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-18 11:15:07 +0000
commit4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21 (patch)
treea1326221eeb7578108e6c9a2fe947c9083f44984 /perl-install/install_steps_interactive.pm
parentb6f79c8552d64f5ceb4905570893ceefbe7b212a (diff)
downloaddrakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.gz
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.bz2
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.xz
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 5b4930a91..85e0c1b1c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -64,10 +64,10 @@ listed means there is some support for it anyway. That is, once GNU/Linux
will be installed, you will be able to at least read and write in that
language; and possibly more (various fonts, spell checkers, various programs
translated etc. that varies from language to language).") if $o->{lang} !~ /^en/ && translate("_I18N_");
-
-#- $o->{useless_thing_accepted} = $o->ask_from_list_('',
-#-"Warning no warranty",
-#- [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or _exit(1) unless $o->{useless_thing_accepted};
+
+ $o->{useless_thing_accepted} = $o->ask_from_list_('',
+ "License - no warranty",
+ [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or _exit(1) unless $o->{useless_thing_accepted};
}
#------------------------------------------------------------------------------
sub selectKeyboard($) {
@@ -355,7 +355,7 @@ sub choosePackages {
$l[2] > $l[1] + 200 or splice(@l, 1, 1); #- not worth proposing too alike stuff
$l[1] > $l[0] + 100 or splice(@l, 0, 1);
my @text = (__("Minimum (%dMB)"), __("Recommended (%dMB)"), __("Complete (%dMB)"));
- $o->ask_from_listf('', _("Select the size you want to install"), sub { _ ($text[$_[1]], $_[0]) }, \@l) * sqr(1024);
+ $o->ask_from_listf('', _("Select the size you want to install"), sub { _ ($text[$_[1]], $_[0]) }, \@l, $l[1]) * sqr(1024);
} else {
$o->chooseSizeToInstall($packages, $min_size, $max_size, $availableC, $individual) || goto &choosePackages;
}