summaryrefslogtreecommitdiffstats
path: root/loader/lang.c
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-479/+0
| | | | IT IS ACCOMPLISHED.
* Change what the third column of lang-table means.Chris Lumens2011-10-311-6/+6
| | | | | | | | 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.
* And stop attempting to load our own fonts, since we no longer ship them.Chris Lumens2011-10-311-1/+0
|
* Handle strange lang boot argument values.Ales Kozumplik2011-10-101-2/+31
| | | | | | | | | | 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
* Revert "Don't run localedef in loader if we're just doing English."Chris Lumens2011-05-171-52/+48
| | | | This reverts commit 7f3b8c939f8a51f70a1ac628ed7997290079441b.
* Don't run localedef in loader if we're just doing English.Chris Lumens2011-05-161-48/+52
| | | | | This change only wraps all the localedef running in an if statement. There's no need to run localedef for English since we ship that pre-compiled.
* Do not print out traceback when localedef is not presentMartin Sivak2011-03-301-1/+1
| | | | | | | | This skips the atexit handlers we have in the failed forked copy to prevent confusing traceback to be printed out. This shouldn't ever happen in proper install image, but we have seen it happen in one mangled test compose.
* Another fix for the loader translations.Ales Kozumplik2011-03-071-16/+9
| | | | | | | Fixes a sigsegv in loadLanguage(). While at it make sure /tmp/translations is really removed (frees some 700kB of the ramdisk). Resolves: rhbz#682213
* Initialize locale before the kickstart/virtio check (#679702)Martin Sivak2011-03-011-15/+15
|
* Fix loading translations in loader (#677648).Chris Lumens2011-02-151-6/+8
| | | | | We need to pass unpack_archive_file the name of the translation archive, then later open a specific file out of the unpacked directory.
* Generate locale files on requestMartin Sivak2011-02-141-1/+73
|
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-11/+0
| | | | | Running the commands will now require operating on PyObjects, and I don't want to expose that outside of kickstart.c.
* Use unpack_archive_file() instead of unpackCpioBall()David Cantrell2010-11-101-8/+4
|
* Remove include lines for stubs.h from isys.David Cantrell2010-11-101-4/+2
| | | | | The stubs.h header file does not exist anymore. Replace gunzip_* macro usage with the real zlib function names.
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-5/+5
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Fix off-by-one error in string initialization (#577413)Martin Sivak2010-03-291-1/+2
|
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
| | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
* Remove test mode from the loader, too.Chris Lumens2009-12-031-6/+2
| | | | | All previous comments about test mode being untested apply to loader, but doubly so.
* Introduces check_asprintf macro that checks asprintfs return value and ↵Ales Kozumplik2009-11-191-4/+1
| | | | | | | | | terminates program in OOM scenarios. This is to avoid having to copy-paste the asprintf-log-abort if branch all the time. This commit also modifies existing asprintf() calls to use the new macro in places where the change wouldn't modify program's semantics.
* Reset font when changing language.Bill Nottingham2009-05-181-0/+1
| | | | | | | This works around a bad interaction with KMS/fbcon where any font set before KMS initializes isn't set correctly. Signed-off-by: Bill Nottingham <notting@redhat.com>
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+404
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-679/+0
|
* merge ia64 changes to HEADJeremy Katz2002-09-091-1/+1
|
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-11/+17
| | | | should be fine since I had originally just copied them into hampton from head :)
* be more dynamic about list of languages allowed to support japanese alwaysErik Troan2001-12-161-16/+39
| | | | being available
* re-enable setting the keyboard map for kickstart installs (#56379)Jeremy Katz2001-11-261-7/+8
|
* changes for dietlibcErik Troan2001-11-131-17/+16
|
* *** empty log message ***Erik Troan2001-10-031-7/+1
|
* fix notting's spot of bad message when trying to load japanese if we don't ↵Matt Wilson2001-09-101-5/+8
| | | | have kon
* Change all Ok to OKMike Fulbright2001-08-101-10/+10
|
* typoMatt Wilson2001-08-091-1/+1
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-19/+31
| | | | set up Korean NFS and get Korean GUI (#50364)
* kill last of OK's in favor of Ok'sMike Fulbright2001-07-121-9/+9
|
* assume that if we don't have a console font that we can't display this ↵Matt Wilson2001-07-091-7/+11
| | | | language without a text display engine, remove all Japanese special case. This in preperation for Chinese and Korean
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-2/+9
| | | | | added telnet server support (not turned on) along with support for cramfs'd files in many places
* set LANG to a sane value (#27458Matt Wilson2001-02-141-10/+13
|
* oops - this is generic code, pass a global for haveKon. Eew.Matt Wilson2001-01-181-5/+4
|
* skip Japanese if KON is not compiled inMatt Wilson2001-01-171-0/+6
|
* set the module path to NULL on init, other japanese tweaksMatt Wilson2000-09-071-2/+1
|
* don't start kon when in testing modeMatt Wilson2000-08-151-2/+3
|
* wrong keymap was being chosen (oops)Erik Troan2000-08-081-0/+5
|
* default keyboard broken by sorting thingsErik Troan2000-07-151-4/+4
|
* sort the list of keyboards (so we match stage2's order)Erik Troan2000-07-151-0/+8
|
* hackMatt Wilson2000-04-281-2/+3
|
* merge from anaconda-6-2j-branchMatt Wilson2000-04-171-24/+41
|
* fixed lang= in cmdline argsErik Troan2000-03-071-2/+4
|
* fix for fonts from jjMatt Wilson2000-03-061-4/+5
|
* don't crash on missing lang-tableMatt Wilson2000-02-031-1/+6
|
* free up languages when going back to englishMatt Wilson2000-02-031-0/+4
|