| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove loader/ | Will Woods | 2012-02-15 | 1 | -479/+0 |
| | | | | | IT IS ACCOMPLISHED. | ||||
| * | Change what the third column of lang-table means. | Chris Lumens | 2011-10-31 | 1 | -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 Lumens | 2011-10-31 | 1 | -1/+0 |
| | | |||||
| * | Handle strange lang boot argument values. | Ales Kozumplik | 2011-10-10 | 1 | -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 Kozumplik | 2011-10-10 | 1 | -1/+3 |
| | | | | | Related: rhbz#731356 | ||||
| * | Revert "Don't run localedef in loader if we're just doing English." | Chris Lumens | 2011-05-17 | 1 | -52/+48 |
| | | | | | This reverts commit 7f3b8c939f8a51f70a1ac628ed7997290079441b. | ||||
| * | Don't run localedef in loader if we're just doing English. | Chris Lumens | 2011-05-16 | 1 | -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 present | Martin Sivak | 2011-03-30 | 1 | -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 Kozumplik | 2011-03-07 | 1 | -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 Sivak | 2011-03-01 | 1 | -15/+15 |
| | | |||||
| * | Fix loading translations in loader (#677648). | Chris Lumens | 2011-02-15 | 1 | -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 request | Martin Sivak | 2011-02-14 | 1 | -1/+73 |
| | | |||||
| * | Move all kickstart functions into kickstart.c. | Chris Lumens | 2011-01-25 | 1 | -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 Cantrell | 2010-11-10 | 1 | -8/+4 |
| | | |||||
| * | Remove include lines for stubs.h from isys. | David Cantrell | 2010-11-10 | 1 | -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 Lumens | 2010-06-28 | 1 | -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 Sivak | 2010-03-29 | 1 | -1/+2 |
| | | |||||
| * | move log.c from loader into isys. | Ales Kozumplik | 2010-03-08 | 1 | -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 Lumens | 2009-12-03 | 1 | -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 Kozumplik | 2009-11-19 | 1 | -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 Nottingham | 2009-05-18 | 1 | -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 Cantrell | 2008-08-25 | 1 | -0/+404 |
| | | |||||
| * | remove old loader dir. for referencing, go back to anaconda-8-0-branch | Jeremy Katz | 2003-01-07 | 1 | -679/+0 |
| | | |||||
| * | merge ia64 changes to HEAD | Jeremy Katz | 2002-09-09 | 1 | -1/+1 |
| | | |||||
| * | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 1 | -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 always | Erik Troan | 2001-12-16 | 1 | -16/+39 |
| | | | | | being available | ||||
| * | re-enable setting the keyboard map for kickstart installs (#56379) | Jeremy Katz | 2001-11-26 | 1 | -7/+8 |
| | | |||||
| * | changes for dietlibc | Erik Troan | 2001-11-13 | 1 | -17/+16 |
| | | |||||
| * | *** empty log message *** | Erik Troan | 2001-10-03 | 1 | -7/+1 |
| | | |||||
| * | fix notting's spot of bad message when trying to load japanese if we don't ↵ | Matt Wilson | 2001-09-10 | 1 | -5/+8 |
| | | | | | have kon | ||||
| * | Change all Ok to OK | Mike Fulbright | 2001-08-10 | 1 | -10/+10 |
| | | |||||
| * | typo | Matt Wilson | 2001-08-09 | 1 | -1/+1 |
| | | |||||
| * | support deferring language load until second stage. This allows a user to ↵ | Matt Wilson | 2001-08-09 | 1 | -19/+31 |
| | | | | | set up Korean NFS and get Korean GUI (#50364) | ||||
| * | kill last of OK's in favor of Ok's | Mike Fulbright | 2001-07-12 | 1 | -9/+9 |
| | | |||||
| * | assume that if we don't have a console font that we can't display this ↵ | Matt Wilson | 2001-07-09 | 1 | -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 branch | Erik Troan | 2001-06-20 | 1 | -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 (#27458 | Matt Wilson | 2001-02-14 | 1 | -10/+13 |
| | | |||||
| * | oops - this is generic code, pass a global for haveKon. Eew. | Matt Wilson | 2001-01-18 | 1 | -5/+4 |
| | | |||||
| * | skip Japanese if KON is not compiled in | Matt Wilson | 2001-01-17 | 1 | -0/+6 |
| | | |||||
| * | set the module path to NULL on init, other japanese tweaks | Matt Wilson | 2000-09-07 | 1 | -2/+1 |
| | | |||||
| * | don't start kon when in testing mode | Matt Wilson | 2000-08-15 | 1 | -2/+3 |
| | | |||||
| * | wrong keymap was being chosen (oops) | Erik Troan | 2000-08-08 | 1 | -0/+5 |
| | | |||||
| * | default keyboard broken by sorting things | Erik Troan | 2000-07-15 | 1 | -4/+4 |
| | | |||||
| * | sort the list of keyboards (so we match stage2's order) | Erik Troan | 2000-07-15 | 1 | -0/+8 |
| | | |||||
| * | hack | Matt Wilson | 2000-04-28 | 1 | -2/+3 |
| | | |||||
| * | merge from anaconda-6-2j-branch | Matt Wilson | 2000-04-17 | 1 | -24/+41 |
| | | |||||
| * | fixed lang= in cmdline args | Erik Troan | 2000-03-07 | 1 | -2/+4 |
| | | |||||
| * | fix for fonts from jj | Matt Wilson | 2000-03-06 | 1 | -4/+5 |
| | | |||||
| * | don't crash on missing lang-table | Matt Wilson | 2000-02-03 | 1 | -1/+6 |
| | | |||||
| * | free up languages when going back to english | Matt Wilson | 2000-02-03 | 1 | -0/+4 |
| | | |||||
