Bug 248596

Summary: Anaconda crashes on Kickstart upgrade
Product: [Fedora] Fedora Reporter: Ed Swierk <eswierk>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-17 17:35:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ed Swierk 2007-07-17 17:33:08 UTC
The F7 Anaconda crashes if you feed it a ks.cfg containing "upgrade":

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 949, in <module>
    kickstart.setSteps(anaconda)
  File "/usr/lib/anaconda/kickstart.py", line 1056, in setSteps
    upgrade.setSteps(anaconda)
AttributeError: 'bool' object has no attribute 'setSteps'
install exited abnormally [1/1]

(In setSteps in kickstart.py, the local variable "upgrade" shadows the global
module of the same name.)

Comment 1 Chris Lumens 2007-07-17 17:35:27 UTC

*** This bug has been marked as a duplicate of 241395 ***