We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64af7ee commit e823fddCopy full SHA for e823fdd
mkosi.postinst
@@ -21,6 +21,10 @@ EOF
21
22
# Make sure dnsmasq.service doesn't start on boot on Debian/Ubuntu.
23
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
28
fi
29
30
# Temporary workaround until https://github.com/openSUSE/suse-module-tools/commit/158643414ddb8d8208016a5f03a4484d58944d7a
0 commit comments