diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-23 17:13:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-23 17:13:45 +0200 |
commit | 88befb176680d6f88bcdd11bd347d0f1680efdf5 (patch) | |
tree | 88d55e57177dbf444d5295f2188c3d138f52e89b /scripts | |
parent | 9a59c0a2d65dde87839e9d184a9e561885b8b743 (diff) | |
download | vyos-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-x | scripts/build/lb_chroot_hacks | 3 |
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 ] |