mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0
Fixes https://github.com/systemd/systemd/issues/30913 (cherry picked from commit b0c45a633af94bab810f47abe57bc47c67e0b516) (cherry picked from commit a541dc8fd5ea073763608ab23a2a27894e7a8e12)
This commit is contained in:
parent
9d394c82c4
commit
2eed57e0a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user