index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | Fix other issues of language selection | SecondThundeR | |
2021-04-14 | Removed layout filtering | Anton Hvornum | |
This caused languages such as `be-latin1` to be hidden both in Search and direct input. Because as an example that layout belongs to `azerty` and not `qwerty`. | |||
2021-04-12 | Replace os.system with subprocess.call | JakobDev | |
2020-09-07 | Spelling error in locale helpers. | Anton Hvornum | |
2020-09-01 | Added locale helpers in terms of keyboard language/layout. ↵ | Anton Hvornum | |
archinstall.list_keyboard_languages(), archinstall.search_keyboard_layout() and archinstall.set_keyboard_language() work together to help listing, finding and setting a keyboard layout in terminals. Won't work for X-frontends, but will do for CLI installation methods. Added a language selector-helper-function with a crude search functionality. Added all this to the guided template. |