Bug 445284
| Summary: | "Verify and boot" not working | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sebastian Vahl <fedora> |
| Component: | livecd-tools | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | davidz, katzj |
| 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: | 2008-05-09 17:09:04 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235706 | ||
|
Description
Sebastian Vahl
2008-05-05 21:53:21 UTC
Ugh. This is because isomd5sum is getting installed after the kernel and thus the initrd isn't ending up with checkisomd5sum Could make mkinitrd depend on isomd5sum, but that's a little bit ugly. But given where we are time-wise, it's probably the only viable solution. The real fix is that we need support within rpm to hint that things should be installed first Or actually, it looks like I can get away with adding some whiteout in livecd-creator... starting a full set of images to make sure I'm not missing something. Yeah, I lied. I just got lucky with the image I built and it was already ending up with the right ordering. Just going to build mkinitrd with the requires. This worked in a test of a F9 livecd a couple of days ago. |