Bug 123760

Summary: typo in anaconda-ks.cfg generated during install
Product: [Fedora] Fedora Reporter: Martin Braun <braun12>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
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: 2004-06-08 18:53:42 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:
Attachments:
Description Flags
fix langsupport line in kickstart config generated by anaconda none

Description Martin Braun 2004-05-20 14:27:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
The kickstart config file anaconda-ks.cfg contains a bad
langsupport line

Version-Release number of selected component (if applicable):
anaconda-10.0-5

How reproducible:
Always

Steps to Reproduce:
1.Install Fedora Core 2
2. review /root/anaconda-ks.cfg
3.
    

Actual Results:  langsupport --default en_US.UTF-8 en_US.UTF-8

Expected Results:  langsupport --default=en_US.UTF-8 en_US.UTF-8
(see kickstart docu, anaconda-10.0/kickstart.py line 519)

Additional info:

Comment 1 Martin Braun 2004-05-20 14:30:24 UTC
Created attachment 100377 [details]
fix langsupport line in kickstart config generated by anaconda

Comment 2 Jeremy Katz 2004-06-08 18:53:42 UTC
The two are syntactically the same, but for consistency sake, added this.