Bug 111600

Summary: Kickstart config file enables all supported languages.
Product: Red Hat Enterprise Linux 3 Reporter: Marc Beauregard <marc.beauregard>
Component: redhat-config-kickstartAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
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-01-08 15:30:01 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
Kickstart file created with UI, with manual additions of packages. none

Description Marc Beauregard 2003-12-05 22:08:17 UTC
when using a kickstart file and asking for english language, 
the install will go and enable support for all languages.

RHEL ES 3.0 

Create a kickstart config file with the UI tool, just enable English 
for language support, then run an install of RHEL ES 3.0 with this 
kickstart file: language support will be enabled for ALL languages.

Comment 1 Marc Beauregard 2003-12-05 22:09:29 UTC
Created attachment 96376 [details]
Kickstart file created with UI, with manual additions of packages.

Comment 2 Marc Beauregard 2003-12-08 23:07:25 UTC
Workaround for the bug:
Edit the config file to remove the --default= option on langsupport.
Thus, the line
langsupport  --default=en_US
becomes
langsupport  en_US

Comment 3 Jeremy Katz 2003-12-10 07:05:37 UTC
The latter is the correct syntax -- the former implies to set the
default but install all languages.

Comment 4 Brent Fox 2004-01-08 15:30:01 UTC
Should be fixed in system-config-kickstart-2.5.4-1.  Thanks for your
report.