diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-02 01:33:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-02 01:33:54 +0000 |
commit | d80189d749140241d825a3977949e076219c3ee0 (patch) | |
tree | 2d2aeeeb95b1add19bbde02e66120452c9c6b9cf /iw | |
parent | b532b05e1e9190c58859322bf445d212596585f8 (diff) | |
download | anaconda-d80189d749140241d825a3977949e076219c3ee0.tar.gz anaconda-d80189d749140241d825a3977949e076219c3ee0.tar.xz anaconda-d80189d749140241d825a3977949e076219c3ee0.zip |
x configuration
Diffstat (limited to 'iw')
-rw-r--r-- | iw/installpath.py | 2 | ||||
-rw-r--r-- | iw/xconfig.py | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/iw/installpath.py b/iw/installpath.py index 1253dee49..65812cbbb 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -36,7 +36,7 @@ class InstallPathWindow (InstallWindow): (WORKSTATION_KDE, _("KDE Workstation")), (SERVER, _("Server"))) - installSteps = [ ( XConfigWindow, "xconfig" ), + installSteps = [# ( XConfigWindow, "xconfig" ), ( PartitionWindow, "partition" ), ( FormatWindow, "format" ), ( LiloWindow, "lilo" ), diff --git a/iw/xconfig.py b/iw/xconfig.py index 16af136f9..48d33cdd4 100644 --- a/iw/xconfig.py +++ b/iw/xconfig.py @@ -94,9 +94,6 @@ class XConfigWindow (InstallWindow): self.didTest = 0 def getNext (self): - if not self.skip.get_active(): - self.todo.selectPackage('XFree86-' + self.todo.x.server) - if self.custom.get_active () and not self.skip.get_active (): return XCustomWindow return None |