Bug 51892 - language screen still displayed on kickstart install
Summary: language screen still displayed on kickstart install
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.3
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-16 16:11 UTC by Michael E Brown
Modified: 2007-04-18 16:35 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-16 18:59:39 UTC
Embargoed:


Attachments (Terms of Use)
Kickstart file (5.56 KB, text/plain)
2001-08-16 16:13 UTC, Michael E Brown
no flags Details

Description Michael E Brown 2001-08-16 16:11:51 UTC
Description of Problem:
The kickstart language screen is still displayed, even though the 
kickstart file contains the directive: 
	lang en_US

How Reproducible:
Floppy-based kickstart install

Actual Results:
Anaconda asks the user for the language specification.

Expected Results:
Anaconda should not display any questions for the user

Comment 1 Michael E Brown 2001-08-16 16:13:37 UTC
Created attachment 28134 [details]
Kickstart file

Comment 2 Glen Foster 2001-08-16 18:59:34 UTC
This defect is considered SHOULD-FIX for Fairfax.

Comment 3 Brent Fox 2001-08-16 19:26:37 UTC
You need a line in your kickstart file for language support.  Here's a snippet
from the new Kickstart documentation:

langsupport -- Sets the language(s) to install on the system. The same language
codes used with lang can be used with langsupport.

    --default [1]

        Sets the default language to use for any language-specific aspect of the
installed system.

    An example to install English and French and use English as the default
language:

languagesupport --default en_US fr_FR


So, add a line like:
languagesupport --default en_US

and then the kickstart should proceed without questioning you.





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