Moves WslConfBase to the reconfiguration workflow

This commit is contained in:
Carlos Nihelton 2022-12-16 11:56:36 +00:00
parent 59f167c12b
commit 0540c521fe
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
2 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,6 @@ class SystemSetupClient(SubiquityClient):
"Welcome",
"WSLSetupOptions",
"WSLIdentity",
"WSLConfigurationBase",
"Summary",
]

View File

@ -28,12 +28,12 @@ log = logging.getLogger('system_setup.server.server')
INSTALL_MODEL_NAMES = ModelNames({
"locale",
"wslconfbase",
},
wsl_setup={
"identity",
},
wsl_configuration={
"wslconfbase",
"wslconfadvanced",
})