From 2c9d0a1950d4336597425d336966c16012b3cd0c Mon Sep 17 00:00:00 2001 From: =?utf8?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/elogind.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2