| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
If a language is explicitly passed, then just go with it and don't try to
pop up the dialog and loop endlessly
|
| | |
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
| |
* loader2/lang.c: Fix for removed instlang line. Require tabs for
spacing language information.
* loader2/lang.h: Remove instlang.
|
| |
|
|
|
| |
list everywhere. stop passing around kd. link with libpci_loader (built
with diet) on diet arches to avoid dirent incompatibilities
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
locales that require starting bterm
|
| |
|
|
|
| |
kickstart basically works now. need to hook up sources other than nfs for
installing and getting kickstart file from other than floppy and file
|
|
|
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
|