summaryrefslogtreecommitdiffstats
path: root/loader2/lang.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-404/+0
* In cmdline mode, set language to the default if none is provided.Chris Lumens2008-07-111-4/+5
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-5/+3
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-1/+4
* Kickstart flag is backwardsJeremy Katz2008-05-011-3/+3
* If we're given a language, don't warn about console fonts (#444258)Jeremy Katz2008-05-011-7/+7
* Fix non-latin-1 locale display in the loader.Bill Nottingham2008-01-221-0/+2
* Add the arch to the top line everywhere else.Chris Lumens2008-01-111-3/+3
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-4/+2
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* 2006-10-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-021-2/+2
* Make sure to set the language to English every time if it's unsupportedChris Lumens2006-08-231-1/+3
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-17/+20
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-18/+2
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-5/+5
* Change font case to match what's provided in lang-table.Chris Lumens2005-04-041-2/+2
* Set $LANG to a setting instead of the language's name, and change whatChris Lumens2005-03-301-3/+3
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+0
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-8/+9
* put read's return value into a variablePeter Jones2005-03-021-2/+2
* Let the user know they're in rescue mode from the very beginning (#136171).Chris Lumens2004-12-231-1/+6
* add flags.virtpconsole to be used with virtual physical consoles likeJeremy Katz2004-09-131-1/+1
* support a lang of none to do english text-modeJeremy Katz2004-05-201-2/+3
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-2/+1
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+2
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-16/+2
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+5
* fix this to actually compile and be right with map goneJeremy Katz2003-02-271-2/+1
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-251-2/+2
* merge from branch to HEAD. turkish stays on HEAD, thoughJeremy Katz2003-02-251-2/+1
* don't start bterm for serial installs. we can then get pretty serial cjkJeremy Katz2003-02-121-4/+8
* no need to duplicate code, just use what's in isysJeremy Katz2003-02-111-16/+2
* sleep after starting bterm so that we can make sure the geometry gets picked ...Jeremy Katz2003-01-311-0/+4
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-1/+1
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-131-6/+7
* we really don't want to set LC_ALL because it will override when we later set...Jeremy Katz2003-01-101-1/+0
* move things around a little so that we can have kickstart work withJeremy Katz2002-12-181-22/+45
* free up some ramMatt Wilson2002-12-181-0/+1
* regularlize language names so that for (eg) en_US.UTF-8, you can specifyJeremy Katz2002-12-171-10/+79
* allow opt-out of vga16Matt Wilson2002-12-171-1/+0
* fix language loadingMatt Wilson2002-12-171-6/+7
* flush stdoutMatt Wilson2002-12-171-2/+1
* assume that if we're already on a pty we can handle unicodeMatt Wilson2002-12-171-0/+6
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-171-25/+15
* require new version of bogl that does not do atexit() stuff, enable boglMatt Wilson2002-12-161-1/+1
* get the logic right for disabling only btermMatt Wilson2002-12-141-1/+1