summaryrefslogtreecommitdiff
path: root/modprobe.d
diff options
context:
space:
mode:
authorMantas MikulÄ—nas <grawity@gmail.com>2017-10-16 18:17:47 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-16 17:17:47 +0200
commitcfe134e3120cc8d8874abc96d2ccb3fcf189c64d (patch)
treea784975d997325fab27e70837dec51c789fd6c70 /modprobe.d
parentfab35afabf01a5dea651187a1ccb5ae7cd778f9d (diff)
downloadsystemd-cfe134e3120cc8d8874abc96d2ccb3fcf189c64d.tar.gz
modprobe.d: expand drop-in to handle dummy0 as well (#7099)
Diffstat (limited to 'modprobe.d')
-rw-r--r--modprobe.d/systemd.conf4
1 files changed, 4 insertions, 0 deletions
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