summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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 faf9cad81..b263d6634 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -208,7 +208,7 @@ sub selectKeyboard {
advanced_label => _("More"),
callbacks => { changed => sub { $other = $_[0]==1 } },
},
- [ if_(@best > 1, { val => \$o->{keyboard}, type => 'list', format => $format,
+ [ if_(@best > 1, { val => \$o->{keyboard}, type => 'list', format => $format, sort => 1,
list => [ @best ] }),
{ val => \$ext_keyboard, type => 'list', format => $format,
list => [ keyboard::keyboards ], advanced => @best > 1 }