Fix WSL crash on autoinstall due systemd-cat

EarlyController was still logging to systemd journal for WSL.
This commit is contained in:
Carlos Nihelton 2022-04-21 08:51:06 -03:00
parent 30745e522f
commit f5e8fafdd4
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class SystemSetupServer(SubiquityServer):
super().__init__(opts, block_log_dir)
self.event_syslog_id = ""
self.log_syslog_id = ""
self.echo_syslog_id = ""
if is_reconfigure(opts.dry_run):
self.set_source_variant("wsl_configuration")
if self.opts.prefill: