diff options
Diffstat (limited to 'data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100755 index 0345a561..00000000 --- a/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 - |