subiquity/system_setup/server/controllers
Carlos Nihelton 5a8e2f2835
Allow skipping locale-gen command.
lang-packs post-install hook executes locale-gen.
For certain languages a matrix of locales is generated.
Re-running locale-gen regenerates not only the locale we wanted,
but the whole matrix, causing further delays.

We can save up to 40s (tested on my laptop) by skipping locale-gen if
apt succeeded.

Still useful to run it unconditionally i dry-run since apt won't execute
any post-install hook.
2022-05-31 08:22:41 -03:00
..
__init__.py Moving logic form SystemSetupModel to controllers. 2021-10-29 12:53:06 -03:00
configure.py Allow skipping locale-gen command. 2022-05-31 08:22:41 -03:00
identity.py Initializes `existing_usernames` for system_setup. 2022-05-12 17:04:19 -03:00
locale.py Removes empty line in the end of file 2022-04-20 09:16:40 -03:00
shutdown.py Use logger names consistent with directory structure 2022-02-25 17:35:45 +01:00
wslconfadvanced.py System-Setup: Add systemd experimental support to WSL 2022-03-16 12:24:18 +01:00
wslconfbase.py Use logger names consistent with directory structure 2022-02-25 17:35:45 +01:00