Bug 681580
Summary: | In rescue-mode, the radio buttons in the netconfig screen don't respond to sensativity | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||||||
Component: | anaconda | Assignee: | Radek Vykydal <rvykydal> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 15 | CC: | anaconda-maint-list, jonathan, jturner, vanmeeuwen+fedora | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | AcceptedNTH | ||||||||||
Fixed In Version: | anaconda-15.26-1.fc15 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2011-04-05 21:39:59 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: | 657619 | ||||||||||
Attachments: |
|
Created attachment 481897 [details]
before.png
Created attachment 481898 [details]
after.png
James, thanks for the patch, I'll apply it to master. Or if you want more eyes to review send it to a-d-l too. (In reply to comment #3) > James, thanks for the patch, I'll apply it to master. Or if you want more eyes > to review send it to a-d-l too. https://www.redhat.com/archives/anaconda-devel-list/2011-March/msg00054.html Radek: I agree with your comments in the comment#4 thread that this is a suitable nice-to-have fix. This should be fixed in F15 Beta, anaconda-15.23-1. VERIFIED using custom boot.iso build using anaconda-15.25-1 anaconda-15.26-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 Package anaconda-15.26-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-15.26-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 then log in and leave karma (feedback). anaconda-15.26-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 481896 [details] 0002-Update-flags-for-text-mode-ipv4-and-ipv6-radio-butto.patch Description of problem: This is a minor annoyance I noticed while testing rescue mode. The attached patch will make the ipv4 and ipv6 radio buttons only available for edit if ipv4 (or ipv6) is selected. Version-Release number of selected component (if applicable): * anaconda-15.20.1-1 Steps to Reproduce: 1. Boot into rescue mode 2. When prompted for networking, say yes 3. Select a network device (if multiple available) 4. Select and deselect the ipv4 and ipv6 checkboxes Actual results: See attached screenshot (before.png) Expected results: See attached screenshot (after.png) Additional info: See attached patch to fix the problem