summaryrefslogtreecommitdiffstats
path: root/mkosi.images/system/mkosi.extra
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-29 12:33:57 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-29 14:10:50 +0200
commit14aea4a9f59447611d9215091b733c3b7a748495 (patch)
treeb9856a31fbe34e355ec06a20cbb1ad2f1384573d /mkosi.images/system/mkosi.extra
parentmkosi: Switch from btrfs to ext4 (diff)
downloadsystemd-14aea4a9f59447611d9215091b733c3b7a748495.tar.xz
systemd-14aea4a9f59447611d9215091b733c3b7a748495.zip
mkosi: Disable iscsi service and socket
We'll always start these on demand in integration tests that need them. No need to start them by default.
Diffstat (limited to 'mkosi.images/system/mkosi.extra')
-rw-r--r--mkosi.images/system/mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset b/mkosi.images/system/mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset
index aea1b5eea0..0f69549f6a 100644
--- a/mkosi.images/system/mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset
+++ b/mkosi.images/system/mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset
@@ -34,3 +34,7 @@ enable systemd-timesyncd.service
# Skipped if selinux is not enabled, required for TEST-06-SELINUX.
enable autorelabel.service
+
+# Enabled by default on OpenSUSE and not conditioned out in containers, so let's disable these here instead.
+disable iscsi.service
+disable iscsid.socket