summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
Commit message (Collapse)AuthorAgeFilesLines
* - add support for CTC protocol selection #132324, #132325Karsten Hopp2004-09-131-1/+1
|
* - Things are getting complicated.Karsten Hopp2004-09-011-2/+1
| | | | | | | qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
* get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID ↵Karsten Hopp2004-08-261-2/+1
| | | | instead, required for IUCV setup
* add a comment, write out essid and wepkeyJeremy Katz2004-05-271-0/+2
|
* fix dhcp to actually have a device to get a dhcp request forJeremy Katz2004-05-271-1/+2
|
* - add qeth parameters to loaderData structure.Karsten Hopp2004-05-261-0/+5
| | | | | | | - read additional parameters for ccw devices from netinfo and write them to ifcfg-xxx (mtu and ptpaddr can now be removed from pump.h)
* this might get to where I can install over wireless (untested). still needsJeremy Katz2004-05-251-0/+9
| | | | | a little bit of work so that back/next will work properly through the wireless config. also things don't get preserved for the actual boot
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-1/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-9/+4
| | | | | 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
* missed committing this oneJeremy Katz2003-01-231-0/+2
|
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-1/+5
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-3/+10
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+27
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