diff options
author | Mantas MikulÄ—nas <grawity@gmail.com> | 2017-10-16 17:17:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-16 17:17:47 +0200 |
commit | cfe134e3120cc8d8874abc96d2ccb3fcf189c64d (patch) | |
tree | a784975d997325fab27e70837dec51c789fd6c70 /modprobe.d | |
parent | mount: make sure we unmount tmpfs mounts before we deactivate swaps (#7076) (diff) | |
download | systemd-cfe134e3120cc8d8874abc96d2ccb3fcf189c64d.tar.xz systemd-cfe134e3120cc8d8874abc96d2ccb3fcf189c64d.zip |
modprobe.d: expand drop-in to handle dummy0 as well (#7099)
Diffstat (limited to 'modprobe.d')
-rw-r--r-- | modprobe.d/systemd.conf | 4 |
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 |