summaryrefslogtreecommitdiffstats
path: root/loader2/method.h
Commit message (Collapse)AuthorAgeFilesLines
* 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