Bug 208555
| Summary: | Take copy of CSS and PNG files for release-notes for anaconda display | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul W. Frields <stickster> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED CANTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | mipstx49 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-03-15 21:15:56 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: | |||
The problem is that we pull the release notes at runtime from the install source -- and there's no guaranteed way to be able to pull a whole directory via HTTP/FTP (directory listings don't have to be allowed by servers) which screws us. We *cannot* be depending on files external to the release notes file itself for the release notes. Closing as CANTFIX per comment #1. |
Description of problem: The expected fedora.css and admonition {tip,warning,note,caution,important}.png files do not appear in Anaconda's /tmp directory where they are expected by the release-notes. When displaying the release-notes in the Anaconda installer, the style is missing, which is no big deal -- but it's probably a more important bug that admonitions are not "sticking out" because their notational icons aren't included in the loader's environment. When you get a copy of the release notes HTML, can you also get a copy of the CSS and the stylesheet-images/ directory? They are very small and should not cause substantial bloat. Version-Release number of selected component (if applicable): anaconda-11.1.0.101-1 How reproducible: Every time Steps to Reproduce: 1. Run installer (GUI) 2. Load release notes at appropriate point. 3. Examine admonitions and note missing icons. Messages on tty1 reflect missing files reported by release notes rendering. Actual results: Expected results: Additional info: