Fedora Account System
Red Hat Associate
Red Hat Customer
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090911 Fedora/3.5.3-1.fc12 Firefox/3.5.3 [knelson@gypsy mnt]$ system-config-kickstart --generate /tmp/ken.ks Traceback (most recent call last): File "/usr/bin/system-config-kickstart", line 66, in <module> useCliMode(value) File "/usr/bin/system-config-kickstart", line 41, in useCliMode import profileSystem File "/usr/share/system-config-kickstart/profileSystem.py", line 28, in <module> from system_config_keybard import keyboard ImportError: No module named system_config_keybard Reproducible: Always Steps to Reproduce: 1.type system-config-kickstart --generate /tmp/filename 2. 3. Actual Results: Produces the previously mentioned traceback. Expected Results: A ks file generated per the invocation. in /usr/share/system-config-kickstart/profileSystem.py, change this line: from system_config_keybard import keyboard to read from system_config_keyboard import keyboard This appears to be a simple typo.
Created attachment 365964 [details] Proposed patch for this bz I'm very new at all this. Someday, may my talent match my enthusiasm.
Yeah that's exactly right. Thanks for the patch. I'll include this in the next build of system-config-kickstart, which should make it into F12.
*** Bug 536900 has been marked as a duplicate of this bug. ***
*** Bug 573478 has been marked as a duplicate of this bug. ***