summaryrefslogtreecommitdiffstats
path: root/loader2/method.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-540/+0
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-9/+9
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-171-2/+0
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-12/+8
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-2/+6
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-181-110/+0
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-181-14/+1
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-181-11/+11
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+0
* Work on support for NFSISO installs when using boot.iso.Chris Lumens2008-03-181-3/+8
* If a file doesn't exist, don't continue trying to loopback mount it.Chris Lumens2008-03-181-0/+5
* Make these error messages more useful.Chris Lumens2008-03-181-1/+4
* mount will set up the loopback device if we let it.Chris Lumens2008-03-121-62/+15
* mountStage2 now needs to take an extra argument for where updates are.Chris Lumens2008-03-041-5/+12
* When mounting stage2 on loopback, add -o loop to mount opts.Chris Lumens2008-02-131-5/+5
* Use the mount program instead of our own code.Chris Lumens2008-02-111-9/+9
* Don't use quite so many slashes in path names.Chris Lumens2008-02-041-2/+5
* When there are errors mounting loopback images, report them.Chris Lumens2008-01-311-2/+2
* Strip /dev from front of error message so it's not misleading.Chris Lumens2008-01-311-1/+1
* 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/+15
* Use libcheckisomd5 from standalone isomd5sum packageJeremy Katz2007-12-101-1/+1
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-1/+1
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-40/+29
* remove duplicate lineBill Nottingham2007-11-301-2/+0
* Explicitly set mountOpts to NULL.Chris Lumens2007-11-131-0/+2
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-1/+2
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-191-0/+1
* 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-71/+10
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
* * loader2/method.c (unpackCpioBall): new function to unpack adlehman2007-01-171-0/+35
* - fix http vs ftp testPeter Jones2006-07-291-1/+1
* 2006-07-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-0/+2
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-4/+4
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-5/+4
* 2006-07-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-041-1/+3
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-8/+3
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-2/+5
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-011-0/+2
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-7/+7
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-1/+1
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-13/+8
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-30/+33
* The arch could be up to 65 characters, a little more storage couldn'tBill Nottingham2005-05-181-4/+4
* Add arch to buildstamp and check it. (#151927)Bill Nottingham2005-05-181-5/+5
* Don't overflow the buffer when copying over image location in case loopbackChris Lumens2005-04-261-1/+2
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-1/+1
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
* Unmount the loopback mounted ISO image to free up the loopback device forChris Lumens2005-03-111-1/+1