diff options
author | bfox <bfox> | 2004-02-23 22:40:43 +0000 |
---|---|---|
committer | bfox <bfox> | 2004-02-23 22:40:43 +0000 |
commit | 63c6e21c26b06efd419a39f5c3aba324ad6e3007 (patch) | |
tree | f1338a2bc5dbb0c6bd7b21246d3e5402815b2b86 /instdata.py | |
parent | 770df72410cd936f01ff1c303954cbc9b21758cc (diff) | |
download | anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.gz anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.xz anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.zip |
remove the mouse configuration screen
Diffstat (limited to 'instdata.py')
-rw-r--r-- | instdata.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/instdata.py b/instdata.py index 2746ecb74..272d9770f 100644 --- a/instdata.py +++ b/instdata.py @@ -112,7 +112,6 @@ class InstallData: self.langSupport.write (instPath) if not self.isHeadless: - self.mouse.write(instPath) self.keyboard.write (instPath) self.timezone.write (instPath) @@ -168,7 +167,6 @@ class InstallData: self.langSupport.writeKS(f) if not self.isHeadless: self.keyboard.writeKS(f) - self.mouse.writeKS(f) self.xsetup.writeKS(f, self.desktop) self.network.writeKS(f) self.rootPassword.writeKS(f, self.auth) |