chiark / gitweb /
locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files
[elogind.git] / modprobe.d / elogind.conf
1 #  This file is part of elogind.
2 #
3 #  elogind is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7 #
8 # When bonding module is loaded, it creates bond0 by default due to max_bonds
9 # option default value 1. This interferes with the network configuration
10 # management / networkd, as it is not possible to detect whether this bond0 was
11 # intentionally configured by the user, or should be managed by
12 # networkd/NM/etc. Therefore disable bond0 creation.
13
14 options bonding max_bonds=0
15
16 # Do the same for dummy0.
17
18 options dummy numdummies=0