Bug 501063
| Summary: | When upgrading, choosing 'skip bootloader' has no affect ... always installs new bootloader | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | anaconda-maint-list, jturner, rmaximo, vanmeeuwen+fedora |
| Target Milestone: | --- | Keywords: | CommonBugs, Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | https://fedoraproject.org/wiki/Common_F11_bugs#501063 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-09 19:05:58 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
James Laska
2009-05-15 18:59:58 UTC
*** This bug has been marked as a duplicate of bug 494103 *** Reopening after discussion w/ clumens on #anaconda. The DUP'd bug#494103 appears to be an expected result (placed in needinfo). This issue is specific to upgrading F10 -> F11 using anaconda. During the upgrade, choosing to "skip bootloader configuration changes" results in a new bootloader configuration regardless. This issue has been documented at https://fedoraproject.org/wiki/Common_F11_bugs#501063 This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping What's happening here is that even though you're specifying that anaconda should not update the bootloader config, upgrading the kernel package still causes its %post scriptlet to run. That scriptlet then does all the new-kernel-pkg stuff that causes the grub.conf to be modified. anaconda is doing its part by not running the bootloader upgrade steps, though. |