diff options
author | Mike Fulbright <msf@redhat.com> | 1999-11-29 20:37:48 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-11-29 20:37:48 +0000 |
commit | 6de40327d9b324968420272c3d3b296a62923e77 (patch) | |
tree | da534b416a91c30608838e1a881fb9de79a531c1 /installclass.py | |
parent | c3d5a7b0d5d8aafbd13ef57147e0920c8410d1ef (diff) | |
download | anaconda-6de40327d9b324968420272c3d3b296a62923e77.tar.gz anaconda-6de40327d9b324968420272c3d3b296a62923e77.tar.xz anaconda-6de40327d9b324968420272c3d3b296a62923e77.zip |
Removed X11 and mouse configuration from reconfiguration mode.
Dr Mike
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 9385b9220..7df9921d2 100644 --- a/installclass.py +++ b/installclass.py @@ -297,3 +297,5 @@ class ReconfigStation(InstallClass): self.addToSkipList("partition") self.addToSkipList("package-selection") self.addToSkipList("format") + self.addToSkipList("mouse") + self.addToSkipList("xconfig") |