]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop kernel command line masking in CI
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 7 Mar 2023 14:22:59 +0000 (15:22 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 7 Mar 2023 14:25:19 +0000 (15:25 +0100)
These services should be disabled by default and not need explicit
masking anymore.

.github/workflows/mkosi.yml

index 8c4a7341325df39035bcc628ad70827462422170..54073a814cf6ddfcd62c609275bcd14ddf0a842d 100644 (file)
@@ -48,7 +48,7 @@ env:
   # Enable debug logging in systemd, but keep udev's log level to info,
   # since it's _very_ verbose in the QEMU task
   # Disable the ISC DHCP servers, as they are failing in Ubuntu
-  KERNEL_CMDLINE: "systemd.unit=mkosi-check-and-shutdown.service !quiet systemd.log_level=debug systemd.log_target=console udev.log_level=info systemd.default_standard_output=journal+console systemd.mask=isc-dhcp-server6.service systemd.mask=isc-dhcp-server.service"
+  KERNEL_CMDLINE: "systemd.unit=mkosi-check-and-shutdown.service !quiet systemd.log_level=debug systemd.log_target=console udev.log_level=info systemd.default_standard_output=journal+console"
 
 jobs:
   ci: