]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0
authorLuca Boccassi <bluca@debian.org>
Fri, 12 Jan 2024 21:44:51 +0000 (21:44 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 12 Jan 2024 23:24:54 +0000 (23:24 +0000)
Fixes https://github.com/systemd/systemd/issues/30913

modprobe.d/systemd.conf

index 652254155c265c820ba0b3175e24a3cb7cd003c2..e6499a0d612aea4c15c792763d380b098617a433 100644 (file)
@@ -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