summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-07 15:22:59 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-07 15:25:19 +0100
commit8d29e401ce66cdf432cae23293a7ef61d08ef936 (patch)
tree21985dcef68e8ac2bd5e38dfbb58c458fdbbe4b1 /.github
parent523d71076d9a26a11a234536867e4701e429dd4f (diff)
downloadsystemd-8d29e401ce66cdf432cae23293a7ef61d08ef936.tar.gz
mkosi: Drop kernel command line masking in CI
These services should be disabled by default and not need explicit masking anymore.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 8c4a734132..54073a814c 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -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: