$ grep UTF-8 /usr/share/i18n/SUPPORTED | grep _MM mnw_MM UTF-8 my_MM UTF-8 shn_MM UTF-8
the first one wins. I'm not sure we we can reorder entries in that file.
or patch the vendored patch to localechooser in ubiquity to do this.
Specifically:
deflang variable as selected in https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-base-installer.patch#n46
and the duplication of that in https://git.launchpad.net/ubiquity/tree/scripts/localechooser-apply#n45
$ grep UTF-8 /usr/share/ i18n/SUPPORTED | grep _MM
mnw_MM UTF-8
my_MM UTF-8
shn_MM UTF-8
the first one wins. I'm not sure we we can reorder entries in that file.
or patch the vendored patch to localechooser in ubiquity to do this.
Specifically:
deflang variable as selected in https:/ /git.launchpad. net/ubiquity/ tree/d- i/patches/ localechooser- post-base- installer. patch#n46
and the duplication of that in https:/ /git.launchpad. net/ubiquity/ tree/scripts/ localechooser- apply#n45