blob: 0345a561758fb9512358c347122b30163d19d027 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# Made obsolete by T5511, use rootfs/excludes instead.
#
## 99-default.link rule always calls link_config that trying to set
## autonegotiation and duplex even for PPP interfaces.
## Need to delete this rule to prevent overhead on interface creation stage
#
#rm /lib/systemd/network/99-default.link
|