diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:47 +0200 |
commit | 3465a2139f34527e75d27b5d38ef2d17d4d00cb2 (patch) | |
tree | ff4c5c1940c1d482006ed5868522ed009f22e0c9 /helpers | |
parent | f6a05f356e7d5cf929187c69491ca6041007a3c3 (diff) | |
download | vyos-live-build-3465a2139f34527e75d27b5d38ef2d17d4d00cb2.tar.gz vyos-live-build-3465a2139f34527e75d27b5d38ef2d17d4d00cb2.zip |
Adding live-helper 1.0~a1-3.
Diffstat (limited to 'helpers')
-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 5535458ba..d46e0c559 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 |