Description of problem: In version 11.2.0.66 in file livecd.py line 93: log.error("unable to unmount %s: %s" %(d, e)) But there is no such variable - d. The line 93 must be replaced with: log.error("unable to unmount %s: %s" %(dir, e)) Version-Release number of selected component (if applicable): 11.2.0.66 How reproducible: everytime Steps to Reproduce: 1. look to livecd.py Actual results: The anaconda will crash if it can't unmount some partition Expected results: Anaconda must just log an error Additional info: Please fix and post to updates. I discovered this bug, during building custom Live Fedora image.
This is fixed in test releases of F8.
*grrrr* Maybe there is a reason to release update package for fedora 7 for those who are not going to update to fedora 8?