subiquity:wsl_autoinstall

Last commit made on 2021-09-28
Get this branch:
git clone -b wsl_autoinstall https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
wsl_autoinstall
Repository:
lp:subiquity

Recent commits

4a2f2af... by Jean-Baptiste Lallement

Run WSL tests on 20.04+

The behaviour of python regarding asynchronous packages changed between
18.04 and 20.04+. OOBE is only supported on 20.04 and higher and there
is no point in making the WSL specific code compatible with ealier
releases than 20.04

Co-authored-by: Didier Roche <email address hidden>

44b0b66... by Jean-Baptiste Lallement

Block shutdown controller on installation done

A race existed due to ~he shutdown controller not waiting for the
install task to be complete.

Co-authored-by: Didier Roche <email address hidden>

fecd1cc... by Jean-Baptiste Lallement

Remove empty "required" in schema

There are no required for WSLConf*, remove it instead of using empty
lists.

Co-authored-by: Didier Roche <email address hidden>

4966173... by Jean-Baptiste Lallement

Test system setup autoinstall

It also adds an argument --ignore-tz to the schema comparison test to
not fail on system where the schema has no TZ like WSL.

Co-authored-by: Didier Roche <email address hidden>

475e900... by Jean-Baptiste Lallement

Added reference schema for system setup

Co-authored-by: Didier Roche <email address hidden>

b81447c... by Jean-Baptiste Lallement

Added schema for system setup autoinstall

Co-authored-by: Didier Roche <email address hidden>

f13bb11... by Jean-Baptiste Lallement

Fix: use right identity controller for system setup

Co-authored-by: Didier Roche <email address hidden>

c2ae0a7... by Jean-Baptiste Lallement

Proceed with (post)install even without controllers

The server was waiting forever if there is no controller defined for
install or post-install events.

Co-authored-by: Didier Roche <email address hidden>

1a3a25b... by Michael Hudson-Doyle

Merge pull request #1063 from mwhudson/lp-1941968

allow a lvm_partition to not have a size

f947847... by Didier Roche-Tolomelli

Merge pull request #1050 from canonical/wsl_oobe_win_locale

DE-100 - Locale/Base/Advanced models initialization