summaryrefslogtreecommitdiffstats
path: root/modprobe.d
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-01-12 22:44:51 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-01-13 00:24:54 +0100
commitb0c45a633af94bab810f47abe57bc47c67e0b516 (patch)
tree165d51fb788749ca785f852c2c46c8d2ad799f2b /modprobe.d
parenttest: skip TEST-43-PRIVATEUSER-UNPRIV if unprivileged userns is restricted (diff)
downloadsystemd-b0c45a633af94bab810f47abe57bc47c67e0b516.tar.xz
systemd-b0c45a633af94bab810f47abe57bc47c67e0b516.zip
modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0
Fixes https://github.com/systemd/systemd/issues/30913
Diffstat (limited to 'modprobe.d')
-rw-r--r--modprobe.d/systemd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modprobe.d/systemd.conf b/modprobe.d/systemd.conf
index 652254155c..e6499a0d61 100644
--- a/modprobe.d/systemd.conf
+++ b/modprobe.d/systemd.conf
@@ -18,3 +18,7 @@ options bonding max_bonds=0
# Do the same for dummy0.
options dummy numdummies=0
+
+# Do the same for ifb0.
+
+options ifb numifbs=0