Bug 1084972
| Summary: | [abrt] livecd-tools: kickstart.py:64:read_kickstart:KickstartError: Failed to parse kickstart file 'bh-ks.cfg' : The following problem occurred on line 33 of the kickstart file: | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hozza <thozza> | ||||||
| Component: | livecd-tools | Assignee: | Brian Lane <bcl> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/28f8b0484837680386a9698b17297975c6fb8f6e | ||||||||
| Whiteboard: | abrt_hash:13e40117c61e762d6a12dead9d64319800af81ea | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-04-07 16:51:40 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 883612 [details]
File: backtrace
Created attachment 883613 [details]
File: environ
Your kickstart has an error on line 33. |
Version-Release number of selected component: livecd-tools-20.4-1.fc20 Additional info: reporter: libreport-2.2.0 cmdline: /usr/bin/python -tt /bin/livecd-creator -c bh-ks.cfg -b Fedora-20-x86_64-netinst.iso -f Fedora-20-BH dso_list: python-imgcreate-20.4-1.fc20.x86_64 executable: /bin/livecd-creator kernel: 3.13.6-200.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: kickstart.py:64:read_kickstart:KickstartError: Failed to parse kickstart file 'bh-ks.cfg' : The following problem occurred on line 33 of the kickstart file: no such option: --enabled Traceback (most recent call last): File "/bin/livecd-creator", line 228, in <module> sys.exit(main()) File "/bin/livecd-creator", line 176, in main ks = imgcreate.read_kickstart(options.kscfg) File "/usr/lib/python2.7/site-packages/imgcreate/kickstart.py", line 64, in read_kickstart "'%s' : %s" % (path, e)) KickstartError: Failed to parse kickstart file 'bh-ks.cfg' : The following problem occurred on line 33 of the kickstart file: no such option: --enabled Local variables in innermost frame: ks: <pykickstart.parser.KickstartParser instance at 0x185bea8> path: 'bh-ks.cfg' version: <f20.F20Handler object at 0x1846090> e: KickstartParseError() ksfile: '/home/thozza/Downloads/bh-ks.cfg'