summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-23 17:13:45 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-23 17:13:45 +0200
commit88befb176680d6f88bcdd11bd347d0f1680efdf5 (patch)
tree88d55e57177dbf444d5295f2188c3d138f52e89b /scripts
parent9a59c0a2d65dde87839e9d184a9e561885b8b743 (diff)
downloadvyos-live-build-88befb176680d6f88bcdd11bd347d0f1680efdf5.tar.gz
vyos-live-build-88befb176680d6f88bcdd11bd347d0f1680efdf5.zip
Moving removal of udev persistent rules from chroot_hacks to a hook, that way it can be easily skipped if desired.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot_hacks3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 501352f15..c6e2775d9 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -140,9 +140,6 @@ do
esac
done
-# Removing udev mac caching rule
-rm -f chroot/etc/udev/rules.d/*persistent-net.rules
-
case "${LB_BINARY_IMAGES}" in
net)
if [ ! -f chroot/usr/bin/smbmount ]