diff options
author | Mike Fulbright <msf@redhat.com> | 2000-02-23 20:09:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-02-23 20:09:35 +0000 |
commit | 51f5a9e60eea5c47de006440b23e33a996fff3dd (patch) | |
tree | f25b0ba1364b5c7c981e67f359c9c2c8728a9c3f /kickstart.py | |
parent | 4b678a64299f872f23183e6a26f724ebb3892e36 (diff) | |
download | anaconda-51f5a9e60eea5c47de006440b23e33a996fff3dd.tar.gz anaconda-51f5a9e60eea5c47de006440b23e33a996fff3dd.tar.xz anaconda-51f5a9e60eea5c47de006440b23e33a996fff3dd.zip |
<drmike> Changed 'ps/2' to 'PS/2' in several descriptions.
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py index bf216be31..5fbd760b7 100644 --- a/kickstart.py +++ b/kickstart.py @@ -206,7 +206,7 @@ class Kickstart(InstallClass): "logitechcc" : "Logitech - CC Series (serial)" , "logibm" : "Logitech - Bus Mouse" , "logimman" : "Logitech - MouseMan/FirstMouse (serial)" , - "logimmanps/2" : "Logitech - MouseMan/FirstMouse (ps/2)" , + "logimmanps/2" : "Logitech - MouseMan/FirstMouse (PS/2)" , "logimman+" : "Logitech - MouseMan+/FirstMouse+ (serial)" , "logimman+ps/2" : "Logitech - MouseMan+/FirstMouse+ (PS/2)" , "microsoft" : "Microsoft - Compatible Mouse (serial)" , |