summaryrefslogtreecommitdiffstats
path: root/loader2/urlinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Use the right stage2.img path for kickstart URL installs (#452140).Chris Lumens2008-07-111-4/+9
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-14/+8
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-14/+44
* Add some memory error handling.Chris Lumens2008-06-181-3/+9
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-181-12/+0
* Strip urlinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-119/+81
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-1/+1
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-181-4/+4
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-0/+3
* Don't put an extra slash on the error messageJoel Andres Granados2008-04-181-1/+1
* Fix the buildJeremy Katz2008-03-201-2/+1
* Remove the check for .discinfo on URL installs.Chris Lumens2008-03-201-17/+0
* Avoid piling up slashes in the UI when retrying (#437516).Chris Lumens2008-03-191-10/+0
* Use the right path when trying to fetch .discinfo.Chris Lumens2008-03-171-1/+1
* Fix some errors on reporting which files are being downloaded.Chris Lumens2008-03-141-2/+2
* Unset stage2 flag in more cases.Chris Lumens2008-03-101-2/+4
* Use the full path to the .discinfo file (#436855).Chris Lumens2008-03-101-1/+1
* Fix logging messages to not display the hostname twice.Chris Lumens2008-03-071-2/+2
* Fix the build againJeremy Katz2008-03-051-1/+1
* Use the right path to the .discinfo file when validating a tree.Chris Lumens2008-03-051-3/+5
* Support stage2= for URL installs.Chris Lumens2008-03-041-28/+59
* If stage2= is given, it overrides the check for a CD stage2 image.Chris Lumens2008-03-041-4/+8
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-3/+3
* The FL_TEXT flag has no reason to be here. (#207657)Joel Andres Granados2008-02-071-4/+3
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-3/+2
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-1/+1
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-5/+2
* 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
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-70/+8
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-6/+6
* Don't download images into /tmp/ramfs; use /tmpJeremy Katz2007-12-061-5/+5
* Clean up after findAnacondaCD if the user provided an invalid URL so retriesChris Lumens2007-10-241-0/+4
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-221-0/+1
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-3/+3
* Use the netlink code to get our IP address, instead of trusting thatChris Lumens2007-10-191-6/+7
* Might help to pass the headers to the right function.Chris Lumens2007-10-121-1/+1
* Clean up some memory management in HTTP/FTP file transferring. Fix loaderChris Lumens2007-10-121-23/+25
* Add extra headers for architecture and release (#315601).Chris Lumens2007-10-051-4/+16
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-2/+12
* Split loopback ISO method is no longer supported. Good riddance.Chris Lumens2007-06-121-27/+8
* Fix test for .discinfo file on a good tree.Chris Lumens2007-04-201-1/+1
* * loader2/urlinstall.c (mountUrlImage): For instances where we preferDavid Cantrell2007-04-121-0/+12
* * loader2/kickstart.c: Support fetching kickstart files from HTTPDavid Cantrell2007-04-031-3/+8
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-311-2/+2
* * loader2/nfsinstall.c (getFileFromNfs): Do not bring down networkDavid Cantrell2006-10-021-7/+0
* Fix a misleading message.Chris Lumens2006-10-021-1/+1
* Remove check for repodata/repomd.xml that doesn't understand the new RHEL treeChris Lumens2006-09-181-11/+1
* * loader2/urlinstall.c: Do not pass silentErrors toDavid Cantrell2006-08-081-5/+5