diff options
Diffstat (limited to 'helpers/lh_chroot_hacks')
-rwxr-xr-x | helpers/lh_chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 4ea2b8773..a2021798c 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -43,7 +43,7 @@ Check_lockfile .lock Create_lockfile .lock # Removing udev mac caching rule -Chroot "rm -f /etc/udev/rules.d/*persistent-net.rules" +rm -f chroot/etc/udev/rules.d/*persistent-net.rules case "${LH_BINARY_IMAGES}" in net) |