1
0
mirror of https://github.com/systemd/systemd synced 2024-06-29 06:34:30 +00:00

modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0

Fixes https://github.com/systemd/systemd/issues/30913
This commit is contained in:
Luca Boccassi 2024-01-12 21:44:51 +00:00 committed by Luca Boccassi
parent fec0d508a2
commit b0c45a633a

View 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