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

Radek Vykydal rvykydal at redhat.com
Thu Jul 26 08:37:48 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 3c6bc4a..cbfbef8 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