projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec0d50
)
modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0
author
Luca Boccassi
<bluca@debian.org>
Fri, 12 Jan 2024 21:44:51 +0000
(21:44 +0000)
committer
Luca 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
patch
|
blob
|
history
diff --git
a/modprobe.d/systemd.conf
b/modprobe.d/systemd.conf
index 652254155c265c820ba0b3175e24a3cb7cd003c2..e6499a0d612aea4c15c792763d380b098617a433 100644
(file)
--- 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