summaryrefslogtreecommitdiffstats
path: root/installclass.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 /installclass.py
parent770df72410cd936f01ff1c303954cbc9b21758cc (diff)
downloadanaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.gz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.xz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.zip
remove the mouse configuration screen
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/installclass.py b/installclass.py
index bff355bce..c81d0f0ad 100644
--- a/installclass.py
+++ b/installclass.py
@@ -111,7 +111,6 @@ class BaseInstallClass:
dispatch.setStepList(
"language",
"keyboard",
- "mouse",
"checkmonitorok",
"monitor",
"setsanex",
@@ -194,7 +193,7 @@ class BaseInstallClass:
pass
else:
dispatch.skipStep("keyboard", permanent = 1)
- dispatch.skipStep("mouse", permanent = 1)
+# dispatch.skipStep("mouse", permanent = 1)
dispatch.skipStep("handleX11pkgs", permanent = 1)
dispatch.skipStep("videocard", permanent = 1)
dispatch.skipStep("monitor", permanent = 1)