mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
mkosi: mask unit from newer versions that gets installed by package
This commit is contained in:
parent
58280c611d
commit
7f67f6cf08
@ -21,6 +21,10 @@ EOF
|
||||
|
||||
# Make sure dnsmasq.service doesn't start on boot on Debian/Ubuntu.
|
||||
rm -f /etc/systemd/system/multi-user.target.wants/dnsmasq.service
|
||||
|
||||
# This unit comes from packages newer than this repository, and is left around as wejust rely on
|
||||
# overwriting from the local build, so disable it manually, as it will fail the CI run
|
||||
systemctl mask systemd-tmpfiles-setup-dev-early.service
|
||||
fi
|
||||
|
||||
# Temporary workaround until https://github.com/openSUSE/suse-module-tools/commit/158643414ddb8d8208016a5f03a4484d58944d7a
|
||||
|
Loading…
x
Reference in New Issue
Block a user