diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:28 +0100 |
commit | 811ff0532fcb3305ebefcd1d61e4eb6c260902eb (patch) | |
tree | ff4c5c1940c1d482006ed5868522ed009f22e0c9 /helpers | |
parent | 49524055a1fd813b8032af88ddda838a856128dd (diff) | |
download | vyos-live-build-811ff0532fcb3305ebefcd1d61e4eb6c260902eb.tar.gz vyos-live-build-811ff0532fcb3305ebefcd1d61e4eb6c260902eb.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 |