From: Mantas Mikulėnas Date: Mon, 16 Oct 2017 15:17:47 +0000 (+0300) Subject: modprobe.d: expand drop-in to handle dummy0 as well (#7099) X-Git-Tag: v236~320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfe134e3120cc8d8874abc96d2ccb3fcf189c64d;p=thirdparty%2Fsystemd.git modprobe.d: expand drop-in to handle dummy0 as well (#7099) --- diff --git a/modprobe.d/systemd.conf b/modprobe.d/systemd.conf index d32f3ce3ea6..3b0a49a0e69 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