[PATCH rhel7-branch 5/9] Network TUI: fix updating of ksdata in apply (#1011855)

Radek Vykydal rvykydal at redhat.com
Wed Sep 25 12:54:25 UTC 2013


Port of commit 93eac6daacd021cac3635f6e8cc2912083c4f54a

Resolves: rhbz#1011855

Include all devices not only devices configurable in TUI.
---
 pyanaconda/ui/tui/spokes/network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/spokes/network.py b/pyanaconda/ui/tui/spokes/network.py
index 7f1bf2f..f717ac5 100644
--- a/pyanaconda/ui/tui/spokes/network.py
+++ b/pyanaconda/ui/tui/spokes/network.py
@@ -228,7 +228,7 @@ class NetworkSpoke(EditTUISpoke):
         hostname = self.data.network.hostname
 
         self.data.network.network = []
-        for name in self.supported_devices:
+        for name in nm_devices():
             nd = network.ksdata_from_ifcfg(name)
             if not nd:
                 continue
-- 
1.7.11.7



More information about the anaconda-patches mailing list