Skip to content

Commit e823fdd

Browse files
committed
mkosi: mask unit from newer versions that gets installed by package
1 parent 64af7ee commit e823fdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkosi.postinst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ EOF
2121

2222
# Make sure dnsmasq.service doesn't start on boot on Debian/Ubuntu.
2323
rm -f /etc/systemd/system/multi-user.target.wants/dnsmasq.service
24+
25+
# This unit comes from packages newer than this repository, and is left around as wejust rely on
26+
# overwriting from the local build, so disable it manually, as it will fail the CI run
27+
systemctl mask systemd-tmpfiles-setup-dev-early.service
2428
fi
2529

2630
# Temporary workaround until https://github.com/openSUSE/suse-module-tools/commit/158643414ddb8d8208016a5f03a4484d58944d7a

0 commit comments

Comments
 (0)