summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/82-cleanup-udev-rules.chroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot b/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
new file mode 100755
index 0000000..a0173e4
--- /dev/null
+++ b/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
@@ -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