[PATCH 3/7] Network TUI: fix updating of ksdata in apply.

Radek Vykydal rvykydal at redhat.com
Fri Sep 13 13:32:17 UTC 2013


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 f470416..91aa369 100644
--- a/pyanaconda/ui/tui/spokes/network.py
+++ b/pyanaconda/ui/tui/spokes/network.py
@@ -232,7 +232,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