Description of problem: My installation process broke. I tried to finish it manually. For that purpose I installed firstboot, however I am unable to run it, it gives me error message about missing module. Version-Release number of selected component (if applicable): firstboot-1.106-1.fc11 How reproducible: always Steps to Reproduce: 1. break your installation ... 2. yum install firstboot 3. firstboot Actual results: Traceback (most recent call last): File "/usr/sbin/firstboot", line 46, in <module> from rhpl.keyboard import Keyboard File "/usr/lib/python2.6/site-packages/rhpl/keyboard.py", line 25, in <module> import dbus ImportError: No module named dbus Expected results: (no error, firstboot runs) Additional info: I know that this is not standard situation and it would run if the installation would finish correctly, but still, the dependency chain should be complete, so that the dbus module would get pulled by yum install ...
This is a rhpl problem, not a firstboot problem as you can tell from the traceback.
As part of bug 508951, we're planning on getting rid of rhpl so this isn't really worth looking into.