Fix udev naming of eth* network interfaces
[hvlinux.git] / stage2 / pkg / eudev
index ef42cb4..b4deb0d 100644 (file)
@@ -22,9 +22,6 @@ hvconfig_pre()
 
 hvbuild_post()
 {
-    install -v -m755 ${SCRDIR}/misc/udev/udev-create-persistent-net.sh \
-        /usr/local/bin
-
     for f in ${SCRDIR}/misc/udev/*.rules; do
         install -v -m644 ${f} /etc/udev/rules.d
     done