From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6 Description of problem: I believe there is a typo in anaconda's ~/textw/network_text.py which causes a rawhide installation (text method) to fail. It's in line 330, ' id.instClass.setFirwall' should read 'id.instClass.setFirewall'. If you will, please accept the attached patch, my first ever to Redhat! ;). Version-Release number of selected component (if applicable): anaconda-10.3.0.7-1 How reproducible: Always Steps to Reproduce: 1. Do text-install of rawhide 2. 3. Actual Results: Installation fails during network configuration. Expected Results: Installation should proceed. Additional info:
Created attachment 117725 [details] typo fix patch
Thanks for the patch for the typo - commited