summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 220398ecd..0a763358b 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -471,6 +471,7 @@ sub parse_args {
map_each {
my ($n, $v) = @_;
my $f = ${{
+ keyboard => sub { $o->{keyboard} = $v; push @::auto_steps, 'selectKeyboard' },
lang => sub { $o->{lang} = $v },
flang => sub { $o->{lang} = $v; push @::auto_steps, 'selectLanguage' },
langs => sub { $o->{locale}{langs} = +{ map { $_ => 1 } split(':', $v) } },