Bug 117204

Summary: anaconda loader should setup language specified by lang=XX earlier
Product: [Retired] Red Hat Raw Hide Reporter: Maxim Dziumanenko <dziumanenko>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: mitr
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-11-01 09:05:23 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
patch adding setLanguage before loadDriverDisk none

Description Maxim Dziumanenko 2004-03-01 16:27:04 UTC
Description of problem:
If lang=ru (for example) specified as argument for loader 
it doent'd take effect until anaconda runs (in non-expert mode)
or until keyboard selection dialog (in expert node)

Version-Release number of selected component (if applicable):
anaconda-9.91-0.20040226192747

How reproducible:
Always

Steps to Reproduce:
1. Boot from Fedora2 test1 CD
2. Specify "linux initrd=initrd.img lang=ru ramdisk_size=8192" in
syslinux prompt
3. See "Loading SCSI driver", "CD Found", "Media Check" dialogs in 
English
  
Actual results:
Messages in English

Expected results:
Messages in Russian

Additional info:
However lang=XX is not used by default, it should be useful for custom
kickstart bootdisks

Comment 1 Maxim Dziumanenko 2004-03-01 16:30:25 UTC
Created attachment 98163 [details]
patch adding setLanguage before loadDriverDisk

Comment 2 Jeremy Katz 2004-03-04 23:36:42 UTC
Committed, thanks for the patch