summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Mikulėnas <grawity@gmail.com>2017-10-16 18:17:47 +0300
committerSven Eden <yamakuzure@gmx.net>2017-10-16 18:17:47 +0300
commit2c9d0a1950d4336597425d336966c16012b3cd0c (patch)
treeeba2b8287282200e7a09405221329569debd7753
parent4d00b5355c9f3c5976f1f8e0471199455bb4ca88 (diff)
modprobe.d: expand drop-in to handle dummy0 as well (#7099)
-rw-r--r--modprobe.d/elogind.conf4
1 files changed, 4 insertions, 0 deletions
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