| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
This includes changing the API of setupCdrom to no longer take a requirepkgs
parameter. Doing that also causes a cascade of having to change
findAnacondaCD and all its callers for the same reason.
|
| | |
|
| | |
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
|
|
| |
* loader2/cdinstall.c (findRedHatCD): Change function to
findAnacondaCD to be more general.
* loader2/cdinstall.h: Likewise.
* loader2/urlinstall.c: Likewise.
* loader2/loader.c: Likewise.
|
| |
|
|
|
| |
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
|
| |
|
|
| |
necessarily packages as well. Used for CD-assisted takeoff of GUI FTP/HTTP
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|