Bug 38748 - mkkickstart generates invalid lang setting en_GB
Summary: mkkickstart generates invalid lang setting en_GB
Keywords:
Status: CLOSED DUPLICATE of bug 53073
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mkkickstart
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-02 13:55 UTC by Ian
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-05-02 13:55:16 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.