summaryrefslogtreecommitdiffstats
path: root/loader/nfsinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-473/+0
* Add nfsiso: handling to parseNfsHostPathOptsBrian C. Lane2011-09-301-2/+4
* Check the return value of get_file_list (#741466)Brian C. Lane2011-09-291-1/+1
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-22/+22
* Changes for NetworkManager API 0.9Radek Vykydal2011-04-111-1/+1
* Fix syntax error from commit 9e696b62.Ales Kozumplik2011-04-041-1/+1
* Rewrite nfs url parsing in loaderBrian C. Lane2011-04-011-32/+27
* Fix order of nfs mountOpts in promptForNfsBrian C. Lane2011-04-011-1/+1
* mount needs to be told "nfs" or it assumes any argument is a device (#678414).Chris Lumens2011-03-291-1/+1
* Fixup rindex usage (#678086)Brian C. Lane2011-03-241-1/+1
* Consolidate ip address checking into functions.Radek Vykydal2011-03-101-2/+1
* Clarify that loader method entries are looking for a tree.Chris Lumens2011-02-251-2/+2
* Handle nfsiso in promptForNfs as well (#678413).Chris Lumens2011-02-221-1/+67
* If the umount in getFileFromNfs fails, log it.Chris Lumens2011-02-211-2/+4
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-45/+0
* Add some debugging prints.Chris Lumens2010-10-151-0/+2
* Remove the unused mountNfsImage and all code that was only called by it.Chris Lumens2010-10-151-193/+0
* Rework how image loading works for NFS installs.Chris Lumens2010-10-151-66/+107
* Pass size of structure not a size of pointer to calloc (#592227)Martin Sivak2010-07-071-1/+1
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-3/+3
* Make sure the product.img directory is mounted before copying (#587696).Chris Lumens2010-05-281-9/+16
* On NFS installs, look for product.img and updates.img under images/ (#594811).Chris Lumens2010-05-241-6/+2
* Fix typo in loader/nfsinstall.cDavid Cantrell2010-05-131-2/+2
* Look for updates.img and product.img on NFS installs.Chris Lumens2010-05-131-2/+17
* nfs: off by one error leaves extra slash in a path.Ales Kozumplik2010-04-231-1/+1
* nfs: direct mounting of stage2.Ales Kozumplik2010-04-231-1/+31
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-031-5/+0
* Adds interactive install support for NFS options (#537764)Ales Kozumplik2009-11-191-13/+36
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-93/+32
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-14/+18
* Consolidate the parsing of nfs: locations for ks= and stage2= (#529197)Stijn Hoop2009-11-031-22/+30
* getHostAndPath is only used by the nfs code, so move it.Chris Lumens2009-09-301-1/+35
* Fix going back from stage1 nfs/url setup dialog.Radek Vykydal2009-08-261-1/+3
* Fix going back from "NFS Setup" screen in stage 1 (#507064)Radek Vykydal2009-08-071-1/+1
* Fix a segfault on nfs+kickstartPeter Jones2009-04-281-0/+1
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-1/+1
* Work around gcc bug #492973David Cantrell2009-03-301-1/+1
* If ks=nfs:... is given, don't try to find the file via boot options (#480210).Chris Lumens2009-01-291-66/+68
* Allow 'ks' to function as it once did (#471812)David Cantrell2008-12-181-23/+78
* Do not store mount options in loaderData->instRepo (#467760)David Cantrell2008-11-031-10/+3
* Do not test for DNS settings in mountNfsImage()David Cantrell2008-10-091-21/+0
* Do not rely on loaderData->noDns to tell if we have DNS configured.David Cantrell2008-10-061-8/+17
* Set the installation repo when using the askmethod UI (#463472).Chris Lumens2008-10-011-0/+6
* Pass family to iface_ip2str() callDavid Cantrell2008-08-281-1/+1
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+506