Update answer file with renamed controllers

WSL configuration controllers have been renamed, the answer file must be
updated accordingly

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
This commit is contained in:
Jean-Baptiste Lallement 2021-08-31 15:43:35 +02:00
parent dcab9c2e6e
commit 3044a1fc11
2 changed files with 3 additions and 5 deletions

View File

@ -5,7 +5,7 @@ WSLIdentity:
username: ubuntu username: ubuntu
# ubuntu # ubuntu
password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1' password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
Integration: WSLConfigurationBase:
custom_path: '/custom_mnt_path' custom_path: '/custom_mnt_path'
custom_mount_opt: 'opt1 opt2 opt3' custom_mount_opt: 'opt1 opt2 opt3'
gen_host: false gen_host: false
@ -14,5 +14,3 @@ Overview:
noproperty: "there is no property for this view, just a done button but subiquity requires something to proceed" noproperty: "there is no property for this view, just a done button but subiquity requires something to proceed"
InstallProgress: InstallProgress:
reboot: yes reboot: yes

View File

@ -30,8 +30,8 @@ class SystemSetupServer(SubiquityServer):
"WSLConfigurationBase", "WSLConfigurationBase",
"WSLConfigurationAdvanced", "WSLConfigurationAdvanced",
"Configure", "Configure",
"SetupShutdown",
"Late", "Late",
"SetupShutdown",
] ]
def make_model(self): def make_model(self):