diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
commit | 9903524672dc375c5dad43e14f723dc8eb8c1d85 (patch) | |
tree | 0e470dbf060bf86d865a9cd3fa4dd0c8bb65346a /kickstart.py | |
parent | 07ac270b046ee2918e6f94e7b1c8d99ce8fb287b (diff) | |
download | anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.gz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.xz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.zip |
three jj patches
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py index 47d5d30b2..ce7155116 100644 --- a/kickstart.py +++ b/kickstart.py @@ -195,7 +195,8 @@ class Kickstart(InstallClass): "msbm" : "Microsoft - Bus Mouse" , "mousesystems" : "Mouse Systems - Mouse (serial)" , "mmseries" : "MM - Series (serial)" , - "mmhittab" : "MM - HitTablet (serial)" + "mmhittab" : "MM - HitTablet (serial)" , + "sun" : "Sun - Mouse" } (args, extra) = isys.getopt(args, '', [ 'device=', 'emulthree', |