summaryrefslogtreecommitdiffstats
path: root/loader2/lang.h
Commit message (Collapse)AuthorAgeFilesLines
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-131-1/+1
| | | | | | | 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.
* move things around a little so that we can have kickstart work withJeremy Katz2002-12-181-1/+1
| | | | locales that require starting bterm
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-0/+4
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+18
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd