Bug 38748

Summary: mkkickstart generates invalid lang setting en_GB
Product: [Retired] Red Hat Linux Reporter: Ian <i.thurlbeck>
Component: mkkickstartAssignee: Matt Wilson <msw>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-02 13:55:16 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 Ian 2001-05-02 13:55:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.3 i686)


mkkickstart generates an invalid line "lang en_GB" which causes anaconda
to fail.  The only valid en_ entry in the file 
/usr/src/redhat/BUILD/anaconda-7.1/lang-table
is "en_US". 


Reproducible: Always
Steps to Reproduce:
1. Install 7.1 with GB/UK localisations
2. Run "mkkickstart | more"
3.
	

Actual Results:  
***WARNING: you will need to set the static IP address in the configuration
file
lang en_GB
 
#network --bootproto static --ip 10.0.0.1 --netmask 255.255.255.0 --gateway
10.0.0.254
 
cdrom
 
device ethernet eepro100
 
keyboard "uk"
 
zerombr yes
clearpart --linux
part swap --size 518
install
----etc...----

Expected Results:  Maybe:
lang en_US


Although this can be corrected by hand, the kickstart process still
prompts for the language setting !

Comment 1 Matt Wilson 2001-09-10 16:27:37 UTC

*** This bug has been marked as a duplicate of 53073 ***