subiquity/system_setup/server
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
..
controllers Allow skipping locale-gen command. 2022-05-31 08:22:41 -03:00
__init__.py Add missing copyrights 2021-08-31 15:52:03 +02:00
server.py Fix WSL crash on autoinstall due systemd-cat 2022-04-21 08:51:06 -03:00