Re: [PATCH rhel6-branch] (improved) Remove wireless support bit causing traceback (#520146)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Better version - remove respective comment too.

Subject: [PATCH] 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 |    2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/network.py b/network.py
index 3692466..6da3816 100644
--- a/network.py
+++ b/network.py
@@ -520,12 +520,10 @@ class Network:
            return
.
        # /etc/sysconfig/network-scripts/ifcfg-DEVICE
-        # /etc/sysconfig/network-scripts/keys-DEVICE
        # /etc/dhclient-DEVICE.conf
        # 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)

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux