summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-28 14:53:25 +0000
committerErik Troan <ewt@redhat.com>1999-08-28 14:53:25 +0000
commitd0f70993ba1b4ed12fb5ca7ce75230b823850efd (patch)
tree354813c88d10594b2aa4b2bb1f461894c780cb6f /iw/installpath.py
parenta69c25924b92a03330cac75b0bc0da9e9d409db4 (diff)
downloadanaconda-d0f70993ba1b4ed12fb5ca7ce75230b823850efd.tar.gz
anaconda-d0f70993ba1b4ed12fb5ca7ce75230b823850efd.tar.xz
anaconda-d0f70993ba1b4ed12fb5ca7ce75230b823850efd.zip
finished mocking up user interface
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index d2b7a15a0..5381123d8 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -32,14 +32,16 @@ class InstallPathWindow (InstallWindow):
ics.setTitle (_("Install Path"))
ics.setNextEnabled (1)
- self.commonSteps = [ LanguageWindow,
+ self.commonSteps = [ LanguageWindow,
KeyboardWindow,
MouseWindow,
WelcomeWindow,
InstallPathWindow
]
- self.installSteps = [ InstallTypeWindow,
+ self.installSteps = [ AccountWindow, PartitionWindow,
+ LiloWindow,
+ InstallTypeWindow,
TimezoneWindow,
NetworkWindow,
PartitionWindow,