summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-19 15:14:52 -0400
committerChris Lumens <clumens@redhat.com>2008-06-19 15:14:52 -0400
commit4eb69c1c9bc805f79be8eb0e41b974d635dd4747 (patch)
tree0855e16ac05c7043718438c2cbc99461b7e847c6 /text.py
parent1c097e74d964f901d5dec113b0258a996135b43a (diff)
downloadanaconda-4eb69c1c9bc805f79be8eb0e41b974d635dd4747.tar.gz
anaconda-4eb69c1c9bc805f79be8eb0e41b974d635dd4747.tar.xz
anaconda-4eb69c1c9bc805f79be8eb0e41b974d635dd4747.zip
Move enableNetwork into the interface. Bring network up for scp.
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/text.py b/text.py
index 7a76c5f30..9d1a9418f 100644
--- a/text.py
+++ b/text.py
@@ -370,6 +370,11 @@ class InstallInterface:
w.pop()
return (passphrase, isglobal)
+ def enableNetwork(self, anaconda):
+ self.messageWindow(_("Error"),
+ _("Network configuration is not available in text mode."))
+ return False
+
def getInstallKey(self, anaconda, key = ""):
ic = anaconda.id.instClass
keyname = _(ic.instkeyname)