diff --git a/modprobe.d/systemd.conf b/modprobe.d/systemd.conf index d32f3ce3ea..3b0a49a0e6 100644 --- a/modprobe.d/systemd.conf +++ b/modprobe.d/systemd.conf @@ -12,3 +12,7 @@ # networkd/NM/etc. Therefore disable bond0 creation. options bonding max_bonds=0 + +# Do the same for dummy0. + +options dummy numdummies=0