summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-34/+0
|
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-2/+1
| | | | | | 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.
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-6/+2
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-9/+6
| | | | to it) all over the place.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | * loader2/cdinstall.c (findRedHatCD): Change function to findAnacondaCD to be more general. * loader2/cdinstall.h: Likewise. * loader2/urlinstall.c: Likewise. * loader2/loader.c: Likewise.
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-6/+3
| | | | | 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-1/+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
* add ability to hint we just want to find a cd with stage2, but not ↵Mike Fulbright2003-03-281-1/+2
| | | | necessarily packages as well. Used for CD-assisted takeoff of GUI FTP/HTTP
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-0/+1
|
* move some declarations into their own headersJeremy Katz2002-12-061-2/+5
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-8/+9
| | | | | 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 hd install supportMike Fulbright2002-12-031-0/+5
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+14
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