Probably F18 Beta blocker.
--- pyanaconda/ui/gui/spokes/network.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py index 56dca68..72badd3 100644 --- a/pyanaconda/ui/gui/spokes/network.py +++ b/pyanaconda/ui/gui/spokes/network.py @@ -1012,11 +1012,14 @@ class NetworkStandaloneSpoke(StandaloneSpoke): self._now_available = False
def apply(self): + hostname = self.data.network.hostname self.data.network.network = [] for dev in self.network_control_box.listed_devices: network_data = getKSNetworkData(dev) if network_data is not None: self.data.network.network.append(network_data) + nd = kickstartNetworkData(hostname=hostname) + self.data.network.network.append(nd)
self._now_available = self.completed
On Tue, Oct 30, 2012 at 03:23:17PM +0100, Radek Vykydal wrote:
Probably F18 Beta blocker.
pyanaconda/ui/gui/spokes/network.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Ack
anaconda-patches@lists.fedorahosted.org