summaryrefslogtreecommitdiffstats
path: root/loader2/lang.c
Commit message (Collapse)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
| | | | | | | | | For instances where the asprintf() was ignored, wrap it in a test to check if it failed. If it failed, log a message and abort. There may be some instances where abort may not be what we want to do, however, we were ignoring the return value completely so if we did get a failure, it would just SIGSEGV. Now it will SIGABRT instead.
* 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
| | | | | If a language is explicitly passed, then just go with it and don't try to pop up the dialog and loop endlessly
* Fix non-latin-1 locale display in the loader.Bill Nottingham2008-01-221-0/+2
| | | | | | Generate a phony ref to the unicode stubs, so we link them in for newt. You may now commence puking.
* 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
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* 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
| | | | | * loader2/lang.c: Fix handling of !latarcyrheb-sun16 console fonts which we don't have any way to display in anaconda right now (#208841)
* Make sure to set the language to English every time if it's unsupportedChris Lumens2006-08-231-1/+3
| | | | (#203331).
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-17/+20
| | | | to it) all over the place.
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-18/+2
| | | | | | | | | | | | | | | | | | * lang-table: Set all previously bterm using languages to "none" for the fact that we can't handle them in text-mode anymore * textw/language_text.py (LanguageWindow.__call__): Remove bterm special-casing. * text.py (InstallInterface.run): Likewise. * loader2/lang.c (setupLanguage): Likewise. * language.py (Language.fixLang): No more "bterm" font * stubs/unicode-lite.c: Don't require wlite * stubs/Makefile: Don't link against wlite * loader2/Makefile: No more linking to bterm here either * isys/lang.c: Remove bterm support code. * isys/lang.h: And declaration. * isys/Makefile (LOADLIBES): No more linking to bterm * isys/isys.c (start_bterm): Remove this * anaconda.spec (BuildPreReq): Bye-bye bogl
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-5/+5
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 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
| | | | sscanf looks for to compensate for spaces in lang-table fields.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+0
| | | | * loader2/lang.c: Oops, remove debug printf
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-8/+9
| | | | | | * loader2/lang.c: Fix for removed instlang line. Require tabs for spacing language information. * loader2/lang.h: Remove instlang.
* 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
| | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
* 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
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+2
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-16/+2
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+5
| | | | and cleanups in here too
* 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
| | | | install and isys.loadFont was just throwing out the argument (#84275)
* 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
| | | | installs
* 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
| | | | up correctly by slang
* 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
| | | | /.buildstamp at runtime
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-131-6/+7
| | | | | | | language as specified in the lang-table. this is needed for cjk locales because we want to use utf-8 for them during the install (we only have bterm support for utf-8), but we can't use utf-8 post-install yet because of lack of input method support and other such problems.
* we really don't want to set LC_ALL because it will override when we later ↵Jeremy Katz2003-01-101-1/+0
| | | | set LC_NUMERIC if setlocale() gets called (and it does)
* move things around a little so that we can have kickstart work withJeremy Katz2002-12-181-22/+45
| | | | locales that require starting bterm
* 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
| | | | | | | | lang en lang en_US lang en_US.UTF-8 and have any of them work. this keeps kickstart configs from breaking
* 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
| | | | | | | fix the Welcome to Red Hat Linux redraw problem eradicate kon2 references, pull in bterm files for initrd/loader stuff use -Os for loader misc. cleanups
* 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
|