subiquity/subiquity/server
Michael Hudson-Doyle 447e192fee mark the locale model as configured at start up
The subiquity client does not ask about language in non-rich mode on a
serial port, and that's OK. But we still need the install to complete :)

There are other ways to fix this I guess -- we could not wait on the
locale model to get configured, for example, or explicitly select a
C.UTF-8 locale when "Continue in basic mode" is selected, or probably
some other things. But this works and seems OK.
2021-05-04 12:22:38 +12:00
..
controllers mark the locale model as configured at start up 2021-05-04 12:22:38 +12:00
__init__.py add missing __init__.py to subiquity/server 2020-09-30 11:37:19 +13:00
controller.py split subiquity.controller into client and server versions 2020-11-04 10:57:22 +13:00
dryrun.py add a dry-run only api method that crashes and a key to call it 2020-09-23 10:47:35 +12:00
errors.py generate the error report for a request failure in the server 2020-09-23 11:02:02 +12:00
server.py asyncify pubsub a bit 2021-04-13 09:41:43 +12:00