From 8e8a1b832d19ee1ffacf0dc5e46d11043439e28c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 14 May 2024 09:11:51 +0200 Subject: [PATCH] mkosi: Mask mdmonitor and isc-dhcp-server services They always fail and do not ship with proper units so we can't disable them with presets so we mask them instead. --- mkosi.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkosi.conf b/mkosi.conf index 6ed10d6292b..9d23f4f8b2c 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -40,6 +40,9 @@ KernelCommandLine=systemd.crash_shell panic=-1 softlockup_panic=1 panic_on_warn=1 + # These don't ship proper units with [Install] directives so we have to mask them instead. + systemd.mask=isc-dhcp-server.service + systemd.mask=mdmonitor.service [Host] Credentials=journal.storage=persistent -- 2.47.3