Bug 8057

Summary: error in language selection for kickstart installation
Product: [Retired] Red Hat Linux Reporter: ifv95266
Component: rhl-ig-x86Assignee: Sandra Moore <smoore>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: adstrong
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: 2000-08-21 14:56:24 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 ifv95266 1999-12-30 00:43:32 UTC
The kickstart installation will certainly fail for language values as
prescribed in "The Official Red Hat Linux Reference Guide"
 because todo.py contains the following values
class Language (SimpleConfigFile):
    def __init__ (self):
        self.info = {}
        self.langs =

            "Czech"      : "cs_CZ" ,
            "English"    : "en_US" ,
            "French"     : "fr_FR" ,
            "German"     : "de_DE" ,
            "Hungarian"  : "hu_HU" ,
            "Icelandic"  : "is_IS" ,
            "Indonesian" : "id_ID" ,
            "Italian"    : "it_IT" ,
            "Norwegian"  : "no_NO" ,
            "Polish"     : "pl_PL" ,
            "Romanian"   : "ro_RO" ,
            "Slovak"     : "sk_SK" ,
            "Slovenian"  : "sl_SI" ,
            "Spanish"    : "es_MX" ,
#            "Russian"   : "ru_SU" ,
            "Russian"    : "ru_RU.KOI8-R" ,
          "Ukrainian"  : "uk_UA" ,
            }

Comment 1 Sandra Moore 2000-08-21 14:55:44 UTC
Thanks for the feedback. This has been updated in the 6.2 and 7.0 docs, so
current kickstart information should not be affected by this at all.