mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
systemd-udev: T3242: Add hook to prevent link_config redundancy call
This commit is contained in:
parent
7693ddab22
commit
029ec5adda
7
data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
Executable file
7
data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user