summaryrefslogtreecommitdiffstats
path: root/loader2/nfsinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-506/+0
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-2/+8
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-3/+3
* If the UI was used to specify a repo, construct a repo param (#458899).Chris Lumens2008-08-141-0/+2
* Correctly handle typos in the stage2 location when inferred from repo=.Chris Lumens2008-08-131-0/+13
* Rest of stage2.img changes.David Cantrell2008-08-131-1/+1
* Make it more explicit we want the stage2.img URL, not the repo URL.Chris Lumens2008-08-131-2/+2
* Fix segfaults on interactive NFS installs (#458416).Chris Lumens2008-08-081-8/+12
* Fix another NFS kickstart segfault (#456461).Chris Lumens2008-07-241-2/+2
* Remove support for generating a minstg2.img image.David Cantrell2008-07-241-8/+3
* Compile fixes.anaconda-11.4.1.17-1Chris Lumens2008-07-231-3/+5
* Fix getting the stage2 image when doing kickstart installs.Chris Lumens2008-07-221-9/+28
* Don't strip too much off the NFS directory path.Chris Lumens2008-07-091-2/+7
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-26/+15
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-28/+101
* Add some memory error handling.Chris Lumens2008-06-181-0/+5
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-181-15/+5
* Add support for RHupdates back in, the easy way.Chris Lumens2008-06-181-3/+25
* Strip nfsinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-127/+28
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-1/+1
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-181-16/+7
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-181-12/+12
* Once we've found the stage2 media on CD, always use it (#443736).Chris Lumens2008-04-231-1/+3
* Don't copy the stage2 image on NFS installs (#438377).Chris Lumens2008-04-161-11/+11
* Try to mount the NFS source in loader to verify it is correct.Chris Lumens2008-04-091-3/+21
* Free memory only after we're done using it (#439642).Chris Lumens2008-03-311-2/+2
* Fix up compile error for new newtJeremy Katz2008-03-251-2/+2
* Always unmount /mnt/source on nfsiso installs before starting stage2.Chris Lumens2008-03-191-1/+2
* Work on support for NFSISO installs when using boot.iso.Chris Lumens2008-03-181-36/+57
* Don't unmount NFS source so NFSISO will work.Chris Lumens2008-03-131-3/+3
* Fix mounting problems with NFSISO images.Chris Lumens2008-03-121-37/+41
* Pass the correct NFS method parameter to stage2 (#436360).Chris Lumens2008-03-071-23/+10
* Change the method config prompts.Chris Lumens2008-03-041-1/+2
* Support stage2= for NFS installs.Chris Lumens2008-03-041-89/+111
* If stage2= is given, it overrides the check for a CD stage2 image.Chris Lumens2008-03-041-3/+7
* Don't append (null) to the NFS mount options.Chris Lumens2008-02-211-1/+4
* Use the mount program instead of our own code.Chris Lumens2008-02-111-6/+5
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-2/+2
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-3/+2
* Fix a loader segfault doing kickstart nfs installs.Chris Lumens2008-01-211-8/+8
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-5/+3
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* Fix the implied ksfile name to use the system's IP address (#420281).Chris Lumens2007-12-111-3/+1
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-2/+2
* methodstr cleanups.Chris Lumens2007-12-051-13/+29
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-221-9/+13
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-13/+16
* Use the netlink code to get our IP address, instead of trusting thatChris Lumens2007-10-191-8/+11
* Mount the rescue CD on /mnt/stage2 for the NFS tree method as well.Chris Lumens2007-09-281-1/+1