summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 19:03:07 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 19:03:07 +0000
commit5b9e7f730bc77b2e109b5de5873ef5ef7fb71ea0 (patch)
tree468017c7f6e3a5809c73e9e31d54b80c4729296d /kbd.py
parent991f20bd2a02ddd4ba965c3b58b8d20843172d4d (diff)
downloadanaconda-5b9e7f730bc77b2e109b5de5873ef5ef7fb71ea0.tar.gz
anaconda-5b9e7f730bc77b2e109b5de5873ef5ef7fb71ea0.tar.xz
anaconda-5b9e7f730bc77b2e109b5de5873ef5ef7fb71ea0.zip
move whether the keyboard has been manually set into the keyboard object
as opposed to being in the interfaces. fixes 49618
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbd.py b/kbd.py
index 705682642..3c1312733 100644
--- a/kbd.py
+++ b/kbd.py
@@ -101,6 +101,7 @@ class Keyboard (SimpleConfigFile):
self.type = "PC"
self.model = None
self.layout = None
+ self.beenset = 0
self.info = {}
list = kudzu.probe(kudzu.CLASS_KEYBOARD, kudzu.BUS_UNSPEC,
kudzu.PROBE_ONE)