| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
back if it found invalid entries.
* loader2/method.h: update prototype for validIsoImages
* loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0
* loader2/nfsinstall.c: pass the address of foundinvalid to
validIsoImages
* update anaconda.spec
|
| |
|
|
|
| |
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
|
| |
|
|
|
| |
add hard drive and cdrom
add urlinstall based on patch from mattdm@mattdm.org (#84156)
|
| |
|
|
| |
the second stage
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
kickstart basically works now. need to hook up sources other than nfs for
installing and getting kickstart file from other than floppy and file
|
| |
|
|
| |
file as well as function to interate over ISO images in a directory and prompt to test them
|
| | |
|
| | |
|
|
|
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
|