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-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2c9d0a1950d4336597425d336966c16012b3cd0c;p=elogind.git modprobe.d: expand drop-in to handle dummy0 as well (#7099) --- diff --git a/modprobe.d/elogind.conf b/modprobe.d/elogind.conf index 14aed1739..cd0b9fdfb 100644 --- a/modprobe.d/elogind.conf +++ b/modprobe.d/elogind.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