| Summary: | [abrt] livecd-tools-19.6-1.fc19: live.py:762:__get_efi_image_stanza:AttributeError: 'x86LiveImageCreator' object has no attribute '_isDracut' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcel Wysocki <maci> | ||||||
| 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: | 19 | CC: | adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, Jonathon.Reinhart, katzj | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/de6126853103a29716ccfcfe86f873d8232fc962 | ||||||||
| Whiteboard: | abrt_hash:61c5a32baf0212cced2cb56d9edce7264f48b120 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-25 18:13:14 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Marcel Wysocki
2013-11-25 13:20:49 UTC
Created attachment 828669 [details]
File: backtrace
Created attachment 828670 [details]
File: environ
metalink is not mirrorlist, livecd-creator doesn't support metalink. Brian, This still seems to be a bug in livecd-tools 1:23.2-3.fc23. My .ks file: lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 selinux --enforcing part / --size 1024 repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch %packages @core -NetworkManager -authconfig -dnf-plugins-core -dracut-config-rescue # Leave firewalld - imgcreate expects it to be there # Needed for EFI support # https://lists.fedoraproject.org/pipermail/livecd/2012-September/007244.html grub2-efi efibootmgr shim # Leave out the standard group for now #@standard %end %post # Remove root password lock - allow login with no password passwd -d root > /dev/null %end Sorry for the noise. This happens when there are no kernels installed. The "for kernel, version" loop in __get_image_stanzas() has nothing to process, so self._isDracut is never set. This is arguably still a bug, but can be caused by trying to enable EFI support with no kernels installed (which is of course a mistake). |