diff options
Diffstat (limited to 'data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot b/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot index a0173e49..9c0671f3 100755 --- a/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot +++ b/data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot @@ -5,3 +5,4 @@ # Need to delete this rule to prevent overhead on interface creation stage rm /lib/systemd/network/99-default.link +rm /etc/udev/rules.d/62-temporary-interface-rename.rules |