diff options
author | Luca Boccassi <bluca@debian.org> | 2024-01-12 22:44:51 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-01-13 00:24:54 +0100 |
commit | b0c45a633af94bab810f47abe57bc47c67e0b516 (patch) | |
tree | 165d51fb788749ca785f852c2c46c8d2ad799f2b /modprobe.d | |
parent | test: skip TEST-43-PRIVATEUSER-UNPRIV if unprivileged userns is restricted (diff) | |
download | systemd-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.conf | 4 |
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 |