David Cantrell wrote:
When performing a text mode install, call self._dhcpToggled() before running the dialog so the initial state of the manual entry fields matches the checkbox choices.
Looks good, Regards, Hans
---
textw/netconfig_text.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/textw/netconfig_text.py b/textw/netconfig_text.py
index 433f5d8..c5aba62 100644
--- a/textw/netconfig_text.py
+++ b/textw/netconfig_text.py
@@ -173,6 +173,7 @@ class NetworkConfiguratorText:
# Call these functions to set initial UI state.
self._ipv4Toggled()
#self._ipv6Toggled()
+ self._dhcpToggled()
netdevs = self.anaconda.id.network.available()