From cfe134e3120cc8d8874abc96d2ccb3fcf189c64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= Date: Mon, 16 Oct 2017 18:17:47 +0300 Subject: [PATCH] modprobe.d: expand drop-in to handle dummy0 as well (#7099) --- modprobe.d/systemd.conf | 4 ++++ 1 file changed, 4 insertions(+) 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