summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/text.py b/text.py
index 298a201ca..71ec6d774 100644
--- a/text.py
+++ b/text.py
@@ -375,16 +375,17 @@ class InstallInterface:
return (passphrase, isglobal)
def enableNetwork(self, anaconda):
- self.messageWindow(_("Error"),
- _("Network configuration is not available in text mode."))
- return False
+ from netconfig_text import NetworkConfiguratorText
+ w = NetworkConfiguratorText(self.screen, anaconda)
+ ret = w.run()
+ return ret != INSTALL_BACK
def getInstallKey(self, anaconda, key = ""):
ic = anaconda.id.instClass
keyname = _(ic.instkeyname)
if keyname is None:
keyname = _("Installation Key")
-
+
g = GridFormHelp(self.screen, keyname, "instkey", 1, 6)
txt = TextboxReflowed(65, ic.instkeydesc or