diff options
Diffstat (limited to 'helpers/lh_chroot_hacks')
-rwxr-xr-x | helpers/lh_chroot_hacks | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 5535458..d46e0c5 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -27,6 +27,9 @@ Check_lockfile "${LIVE_ROOT}"/.lock # Creating lock file Create_lockfile "${LIVE_ROOT}"/.lock +# Removing udev mac caching rule +rm -f chroot/etc/udev/rules.d/z25_persistent-net.rules + case "${LIVE_BINARY_IMAGE}" in net) case "${LH_APT}" in |