| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -540/+0 |
* | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 1 | -9/+9 |
* | Support booting from FCP-attached CD/DVD drive on s390 (#184648) | David Cantrell | 2008-07-17 | 1 | -2/+0 |
* | Use %m rather than strerror() where appropriate. | Peter Jones | 2008-07-08 | 1 | -12/+8 |
* | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 1 | -2/+6 |
* | Remove verifyStamp and validIsoImages which are no longer used. | Chris Lumens | 2008-06-18 | 1 | -110/+0 |
* | mountStage2 no longer takes a directory argument. | Chris Lumens | 2008-06-18 | 1 | -14/+1 |
* | Rename methodData to stage2Data, since that's more appropriate. | Chris Lumens | 2008-06-18 | 1 | -11/+11 |
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -1/+0 |
* | Work on support for NFSISO installs when using boot.iso. | Chris Lumens | 2008-03-18 | 1 | -3/+8 |
* | If a file doesn't exist, don't continue trying to loopback mount it. | Chris Lumens | 2008-03-18 | 1 | -0/+5 |
* | Make these error messages more useful. | Chris Lumens | 2008-03-18 | 1 | -1/+4 |
* | mount will set up the loopback device if we let it. | Chris Lumens | 2008-03-12 | 1 | -62/+15 |
* | mountStage2 now needs to take an extra argument for where updates are. | Chris Lumens | 2008-03-04 | 1 | -5/+12 |
* | When mounting stage2 on loopback, add -o loop to mount opts. | Chris Lumens | 2008-02-13 | 1 | -5/+5 |
* | Use the mount program instead of our own code. | Chris Lumens | 2008-02-11 | 1 | -9/+9 |
* | Don't use quite so many slashes in path names. | Chris Lumens | 2008-02-04 | 1 | -2/+5 |
* | When there are errors mounting loopback images, report them. | Chris Lumens | 2008-01-31 | 1 | -2/+2 |
* | Strip /dev from front of error message so it's not misleading. | Chris Lumens | 2008-01-31 | 1 | -1/+1 |
* | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -4/+4 |
* | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 1 | -9/+15 |
* | Use libcheckisomd5 from standalone isomd5sum package | Jeremy Katz | 2007-12-10 | 1 | -1/+1 |
* | Merge the FTP and HTTP methods into a single URL method. | Chris Lumens | 2007-12-07 | 1 | -1/+1 |
* | Adjust to new udev world. Use actual device names, not /tmp/<whatever>. | Bill Nottingham | 2007-12-07 | 1 | -40/+29 |
* | remove duplicate line | Bill Nottingham | 2007-11-30 | 1 | -2/+0 |
* | Explicitly set mountOpts to NULL. | Chris Lumens | 2007-11-13 | 1 | -0/+2 |
* | - remove sdupprintf(), use asprintf() instead. | Peter Jones | 2007-10-22 | 1 | -1/+2 |
* | - fix some missing close(), gunzip_close(), and munmap() calls | Peter Jones | 2007-10-19 | 1 | -0/+1 |
* | Same change you just saw on rhel5-branch ported to the HEAD branch. | David Cantrell | 2007-08-06 | 1 | -1/+1 |
* | Move copyDirectory out of both init.c and method.c. | Chris Lumens | 2007-06-19 | 1 | -71/+10 |
* | 2007-01-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-18 | 1 | -1/+1 |
* | * loader2/method.c (unpackCpioBall): new function to unpack a | dlehman | 2007-01-17 | 1 | -0/+35 |
* | - fix http vs ftp test | Peter Jones | 2006-07-29 | 1 | -1/+1 |
* | 2006-07-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-07-28 | 1 | -0/+2 |
* | * loader2/cdinstall.c: loaderData->method is now an int. | David Cantrell | 2006-07-27 | 1 | -4/+4 |
* | * loader2/urls.c (urlinstStartTransfer): Determine address family | David Cantrell | 2006-07-26 | 1 | -5/+4 |
* | 2006-07-03 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-07-04 | 1 | -1/+3 |
* | 2006-06-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-30 | 1 | -8/+3 |
* | Make the boot flags variable global. We don't need to pass it (or a pointer ... | David Cantrell | 2006-06-12 | 1 | -2/+5 |
* | 2005-12-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-12-01 | 1 | -0/+2 |
* | 2005-11-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-11-09 | 1 | -7/+7 |
* | 2005-10-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-10-20 | 1 | -1/+1 |
* | 2005-09-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-15 | 1 | -13/+8 |
* | Support logging levels in the loader just like in the python parts of the | Chris Lumens | 2005-08-13 | 1 | -30/+33 |
* | The arch could be up to 65 characters, a little more storage couldn't | Bill Nottingham | 2005-05-18 | 1 | -4/+4 |
* | Add arch to buildstamp and check it. (#151927) | Bill Nottingham | 2005-05-18 | 1 | -5/+5 |
* | Don't overflow the buffer when copying over image location in case loopback | Chris Lumens | 2005-04-26 | 1 | -1/+2 |
* | 2005-04-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-17 | 1 | -1/+1 |
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -2/+2 |
* | Unmount the loopback mounted ISO image to free up the loopback device for | Chris Lumens | 2005-03-11 | 1 | -1/+1 |