summaryrefslogtreecommitdiffstats
path: root/loader2/nfsinstall.c
Commit message (Collapse)AuthorAgeFilesLines
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-251-1/+2
| | | | | | | | | 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
* some more Red Hat references (#108036)Jeremy Katz2004-01-061-1/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-10/+8
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* don't try to free things that shouldn't be freed (#109643)Jeremy Katz2003-11-191-0/+3
|
* make it so that we can find out the mntPathJeremy Katz2003-10-141-2/+4
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-5/+11
| | | | available. basically notting's patch with some fixes and genhdlist handled
* don't loop forever if the given nfs dir is mountable but not right (#106007)Jeremy Katz2003-10-021-0/+5
|
* merge from taroonJeremy Katz2003-09-201-1/+6
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-1/+1
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-0/+5
| | | | little things across the board
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-14/+18
| | | | | | | | | | | | | | 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
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-44/+5
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* rest of remount tweaksMike Fulbright2003-05-011-2/+2
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+3
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-2/+2
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* fixes for bug #82748 - ks with static networking was fubar if you didnt pull ↵Mike Fulbright2003-02-141-3/+6
| | | | ks file from network
* oops forgot this one - fixes the multiple mounts of /mnt/source if several ↵Mike Fulbright2003-02-111-2/+6
| | | | NFS mount attemps failed (due to users giving a bad path)
* add back support for 'linux ks' to grab server and filename from dhcp (#82404)Jeremy Katz2003-01-231-1/+23
|
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-231-17/+14
| | | | | to ip-kickstart. Also adds ftp kickstart file pulling. (#77320 at least... I think there are a few others on this)
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-3/+3
| | | | /.buildstamp at runtime
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-1/+0
| | | | the second stage
* move some declarations into their own headersJeremy Katz2002-12-061-0/+1
|
* we can get our kickstart configs via nfs now. goodie.Jeremy Katz2002-12-041-0/+52
|
* add some comments, never hurtsMike Fulbright2002-12-041-0/+1
|
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-1/+1
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-15/+76
| | | | | 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 debug message and made code block little more obviousMike Fulbright2002-12-031-1/+3
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+209
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