summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorbfox <bfox>2004-02-23 22:40:43 +0000
committerbfox <bfox>2004-02-23 22:40:43 +0000
commit63c6e21c26b06efd419a39f5c3aba324ad6e3007 (patch)
treef1338a2bc5dbb0c6bd7b21246d3e5402815b2b86 /kickstart.py
parent770df72410cd936f01ff1c303954cbc9b21758cc (diff)
downloadanaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.gz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.xz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.zip
remove the mouse configuration screen
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kickstart.py b/kickstart.py
index 468e676e6..01d8ce5a5 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -542,8 +542,8 @@ class KickstartBase(BaseInstallClass):
if extra:
mouseType = extra[0]
- if mouseType != "none":
- self.setMouse(id, mouseType, device, emulThree)
+## if mouseType != "none":
+## self.setMouse(id, mouseType, device, emulThree)
self.skipSteps.append("mouse")