guix/gnu/installer
Ludovic Courtès 9015e63996
installer: Sort keyboard layouts according to language and translations.
Previously, we would always (1) put English first, and (2) sort the
other layouts based on their English description.  This fixes both
issues.

* gnu/installer/newt/keymap.scm (sort-layouts)[layout<?]: New procedure.
[preferred]: New variable.
Partition according to both the 'name' and 'synopsis' fields.  Sort both
the main layouts and the other layouts according to 'layout<?'.
2019-04-17 15:16:08 +02:00
..
aux-files
newt installer: Sort keyboard layouts according to language and translations. 2019-04-17 15:16:08 +02:00
connman.scm
final.scm
hostname.scm
keymap.scm installer: Parse the 'shortDescription' field from xkeyboard-config. 2019-04-17 15:13:31 +02:00
locale.scm installer: Use the normalized codeset in the 'locale' field. 2019-04-07 16:19:09 +02:00
newt.scm
parted.scm installer: Produce an 'initrd-modules' field if needed. 2019-03-27 11:54:05 +01:00
record.scm
services.scm installer: Desktop environment page now includes window managers. 2019-04-17 11:53:53 +02:00
steps.scm installer: Generate 'set-xorg-configuration' snippet. 2019-04-08 10:42:51 +02:00
timezone.scm
user.scm
utils.scm