summaryrefslogtreecommitdiffstats
path: root/loader/lang.h
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-42/+0
| | | | IT IS ACCOMPLISHED.
* Change what the third column of lang-table means.Chris Lumens2011-10-311-1/+2
| | | | | | | | It now means "is text mode supported for this language?". It used to store which font we'd use to display the language, where "none" meant that text mode didn't work in that language. However, we don't ever set the font based upon that column and we shouldn't really ever be setting the font ourselves anyway.
* Handle strange lang boot argument values.Ales Kozumplik2011-10-101-0/+1
| | | | | | | | | | First, internally translate '.utf8' to '.UTF-8' so it matches the lang-table. Second, if a language missing from the lang-table is used with lang=, fallback on en_US. Resolves: rhbz#731356
* LANG_DEFAULT lives in lang.c.Ales Kozumplik2011-10-101-1/+3
| | | | Related: rhbz#731356
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-3/+0
| | | | | Running the commands will now require operating on PyObjects, and I don't want to expose that outside of kickstart.c.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+41
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-27/+0
|
* fixed lang= in cmdline argsErik Troan2000-03-071-1/+1
|
* this should catch all casesMatt Wilson1999-10-081-0/+1
|
* more changesMatt Wilson1999-09-131-1/+1
|
* more i18nMatt Wilson1999-09-131-0/+16
|
* warning cleanups, language selectionMatt Wilson1999-09-121-1/+4
|
* lilo.py: chown lilo.conf to 0644Matt Wilson1999-06-261-0/+1
| | | | | | | | | | | | text.py: fleshed out package installation screen - we now pass the header to the update functions so they can get whatever info they need todo.py: pass header to setPackage, call completePackage on RPMCALLBACK_INST_CLOSE_FILE callback Pass the total size and number of packages in the transaction to the status window loader/lang.h: more i18n defines loader/loader.c: start of loader steps, pulled network device configuration out into isys
* new loader supportMatt Wilson1999-06-251-0/+6