summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-16 08:04:26 +0200
committerChristian Breunig <christian@breunig.cc>2023-09-16 08:04:26 +0200
commit2ca594db0d1fe2ce19e4bd83d5fbd497cc390dc1 (patch)
tree62388d3e0a4c63368534c53fb9d6c6633d68402d /data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot
parent67339c8c3988bf6f075abda89b7b2cd0ef6a213c (diff)
downloadvyos-build-2ca594db0d1fe2ce19e4bd83d5fbd497cc390dc1.tar.gz
vyos-build-2ca594db0d1fe2ce19e4bd83d5fbd497cc390dc1.zip
T5511: drop empty hooks
This is a roundup commit to 0be277647 ("T5511: Cleanup of unused directories (and files) in order to shrink image-size") that dropy empty/commented out live-build hook scripts.
Diffstat (limited to 'data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/82-cleanup-udev-rules.chroot10
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
-