diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-14 09:11:51 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-14 12:43:28 +0200 |
commit | 8e8a1b832d19ee1ffacf0dc5e46d11043439e28c (patch) | |
tree | ec58c1dd61812c731d46b5d055dc105bc701f25b /mkosi.conf | |
parent | TEST-64-UDEV-STORAGE: Skip LVM subtests on Ubuntu (diff) | |
download | systemd-8e8a1b832d19ee1ffacf0dc5e46d11043439e28c.tar.xz systemd-8e8a1b832d19ee1ffacf0dc5e46d11043439e28c.zip |
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkosi.conf b/mkosi.conf index 6ed10d6292..9d23f4f8b2 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 |