| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This removes the capability to find implicit updates.img files, but that will
be coming back in a later patch. This is just some cleanup for now.
|
| | |
|
| |
|
|
| |
* po/sk.po: Typo fix.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
This removes the separate FTP and HTTP network method dialogs in the loader
and replaces them with a single configuration dialog that asks the user to
input a URL. It also modified the secondary config screen to prompt just
for a proxy and simplifies a lot of the conversion from URL to UI and back.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* loader2/hdinstall.c: Whitespace consistency, loaderData->method
is now an int.
* loader2/loader.c (doLoaderMain): loaderData->method is now an
int, pass methodNum to readNetConfig().
* loader2/loader.h: char * method -> int method.
* loader2/method.c: Set loaderData->method to appropriate METHOD_
value since it's now an int.
* loader2/method.h: Add METHOD_* macros.
* loader2/net.c (cidrCallback): Dialog wording change.
* loader2/net.c (readNetConfig): Take methodNum as a param, pass
methodNum to configureTCPIP().
* loader2/net.c (configureTCPIP): Take methodNum as a param, if
user selects METHOD_NFS and unchecks IPv4, display error dialog
and ask user to try again.
* loader2/net.c (kickstartNetworkUp): Pass methodNum to
readNetConfig().
* loader2/net.h: Prototype updates.
* loader2/nfsinstall.c: loaderData->method is now an int.
* loader2/urlinstall.c: loaderData->method is now an int.
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
|
|
|
| |
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
|