dentproject / dentOS

dentOS SwitchDev based NOS
Other
203 stars 59 forks source link

buster: prevent automatic creation of bond0 and dummy0 at boot #272

Open KanjiMonster opened 1 year ago

KanjiMonster commented 1 year ago

Import systemd's modprobe config added in newer versions [1][2] to inhibit legacy automatic bond0 and dummy0 netdevice creation by the drivers. This requires building the drivers as modules, so switch them from =y to =m.

Note that we can only do that for arm64, since x86_64 current does not enable dummy or bond support.

[1] https://github.com/systemd/systemd/commit/582faeb461aa0dd01b55bf6c9b1433532fc927d3 [2] https://github.com/systemd/systemd/commit/cfe134e3120cc8d8874abc96d2ccb3fcf189c64d

taraschornyiplv commented 1 year ago

reverify