[PATCH master 4/7] networking: 70-persistent-net.rules doesn't exist anymore.

Radek Vykydal rvykydal at redhat.com
Fri Aug 24 09:36:14 UTC 2012


See udev's 828136.
---
 pyanaconda/network.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/pyanaconda/network.py b/pyanaconda/network.py
index fa2c998..de432af 100644
--- a/pyanaconda/network.py
+++ b/pyanaconda/network.py
@@ -746,10 +746,6 @@ def copyConfigToPath(destPath):
     _copyFileToPath("/etc/resolv.conf", destPath,
                          overwrite=flags.livecdInstall)
 
-    # /etc/udev/rules.d/70-persistent-net.rules
-    _copyFileToPath("/etc/udev/rules.d/70-persistent-net.rules",
-                         destPath, overwrite=flags.livecdInstall)
-
 def get_ksdevice_name(ksspec=""):
 
     if not ksspec:
-- 
1.7.4



More information about the anaconda-patches mailing list