Remove wireless support bit causing traceback (#520146)
Leftover from separation of wireless patches for rhel6.
Thanks to Ales for finding it before the whole set is going to build.
---
network.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/network.py b/network.py
index 3692466..e0fe5f1 100644
--- a/network.py
+++ b/network.py
@@ -525,7 +525,6 @@ class Network:
# TODORV: do we really don't want overwrite on live cd?
for devName, device in self.netdevices.items():
self._copyFileToPath(device.path, instPath)
- self._copyFileToPath(device.keyfilePath, instPath)
dhclientfile = os.path.join("/etc/dhclient-%s.conf" % devName)
self._copyFileToPath(dhclientfile, instPath)
--
1.6.0.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list