summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-23 22:55:07 +0000
committerMatt Wilson <msw@redhat.com>1999-08-23 22:55:07 +0000
commitdb3f5e57d3fe88def633e50d3f885ff805063fcc (patch)
treed37c5cc523f29666a781dc2e94a5f9084654b689 /text.py
parent7eb932a50fb02842ba5d5e599a19120af74e78d1 (diff)
downloadanaconda-db3f5e57d3fe88def633e50d3f885ff805063fcc.tar.gz
anaconda-db3f5e57d3fe88def633e50d3f885ff805063fcc.tar.xz
anaconda-db3f5e57d3fe88def633e50d3f885ff805063fcc.zip
don't call this yet
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 06477e918..a1d2a07ba 100644
--- a/text.py
+++ b/text.py
@@ -945,7 +945,7 @@ class InstallInterface:
self.installSteps = [
[_("Network Setup"), NetworkWindow, (self.screen, todo)],
- [_("Hostname Setup"), HostnameWindow, (self.screen, todo)],
+# [_("Hostname Setup"), HostnameWindow, (self.screen, todo)],
[_("Partition"), PartitionWindow, (self.screen, todo)],
[_("Filesystem Formatting"), FormatWindow, (self.screen, todo)],
[_("Package Groups"), PackageGroupWindow, (self.screen, todo, self.individual)],