summaryrefslogtreecommitdiffstats
path: root/loader2/method.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-58/+0
|
* METHOD_CDROM is now supported on s390 (jgranado).Chris Lumens2008-07-241-2/+0
|
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-181-3/+0
|
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-181-1/+1
| | | | | 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.
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-181-1/+1
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-0/+1
| | | | * po/sk.po: Typo fix.
* Work on support for NFSISO installs when using boot.iso.Chris Lumens2008-03-181-1/+1
|
* mountStage2 now needs to take an extra argument for where updates are.Chris Lumens2008-03-041-1/+1
|
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-3/+1
|
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-4/+1
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-3/+1
| | | | | | | 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.
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-1/+0
|
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-4/+3
| | | | to it) all over the place.
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-251-1/+1
| | | | | | | | | 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
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-3/+2
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-0/+2
| | | | | | | | | | | | | | 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
* move method from cmdline settings to a function.Jeremy Katz2003-02-131-0/+1
| | | | | add hard drive and cdrom add urlinstall based on patch from mattdm@mattdm.org (#84156)
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-4/+0
| | | | the second stage
* move some declarations into their own headersJeremy Katz2002-12-061-26/+0
|
* we can get our kickstart configs via nfs now. goodie.Jeremy Katz2002-12-041-0/+2
|
* added url, hd, cd methodsMike Fulbright2002-12-041-1/+17
|
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-0/+4
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-0/+12
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* added function to determine timestamp and release description from stamp ↵Mike Fulbright2002-12-031-0/+1
| | | | file as well as function to interate over ISO images in a directory and prompt to test them
* add method to umount stage2Mike Fulbright2002-12-021-0/+1
|
* function declaration cleanupJeremy Katz2002-12-021-0/+2
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+32
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