1
1
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:
Luca Boccassi 2024-01-12 21:44:51 +00:00 committed by Luca Boccassi
parent 9d394c82c4
commit 2eed57e0a8

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