Bug 51892
| Summary: | language screen still displayed on kickstart install | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michael E Brown <michael_e_brown> | ||||
| Component: | anaconda | Assignee: | Brent Fox <bfox> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | john_hull | ||||
| 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-08-16 18:59:39 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
Michael E Brown
2001-08-16 16:11:51 UTC
Created attachment 28134 [details]
Kickstart file
This defect is considered SHOULD-FIX for Fairfax. 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.
|