summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.h
Commit message (Collapse)AuthorAgeFilesLines
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-0/+1
| | | | | | | | the edd module's export of mbr signatures to map BIOS disks to Linux disk names. exposed for use in kickstart with part --onbiosdisk=, ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1 Patch from anaconda-devel-list, #106674
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-4/+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-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 support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-0/+1
|
* move some declarations into their own headersJeremy Katz2002-12-061-0/+9
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-3/+4
| | | | | 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/+10