| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -519/+0 |
| * | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 1 | -1/+1 |
| * | Copy the install.img to /tmp on HD installs. | Chris Lumens | 2008-08-14 | 1 | -14/+19 |
| * | If the UI was used to specify a repo, construct a repo param (#458899). | Chris Lumens | 2008-08-14 | 1 | -0/+2 |
| * | Correctly handle typos in the stage2 location when inferred from repo=. | Chris Lumens | 2008-08-13 | 1 | -0/+6 |
| * | Rest of stage2.img changes. | David Cantrell | 2008-08-13 | 1 | -1/+1 |
| * | Fix the loader UI when prompting for stage2.img on HDISO. | Chris Lumens | 2008-08-13 | 1 | -8/+10 |
| * | Make it more explicit we want the stage2.img URL, not the repo URL. | Chris Lumens | 2008-08-13 | 1 | -7/+7 |
| * | Remove support for generating a minstg2.img image. | David Cantrell | 2008-07-24 | 1 | -7/+2 |
| * | Use %m rather than strerror() where appropriate. | Peter Jones | 2008-07-08 | 1 | -14/+7 |
| * | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 1 | -14/+48 |
| * | Strip hdinstall.c down to just looking for the stage2 image. | Chris Lumens | 2008-06-18 | 1 | -173/+45 |
| * | Strip cdinstall.c down to just looking for the stage2 image. | Chris Lumens | 2008-06-18 | 1 | -1/+1 |
| * | mountStage2 no longer takes a directory argument. | Chris Lumens | 2008-06-18 | 1 | -1/+1 |
| * | Rename methodData to stage2Data, since that's more appropriate. | Chris Lumens | 2008-06-18 | 1 | -6/+6 |
| * | Change mount point for CD to /mnt/stage2 when looking for stage2 (#443755). | Chris Lumens | 2008-04-23 | 1 | -1/+1 |
| * | Fix a segfault freeing memory on boot.iso+hdiso installs. | Chris Lumens | 2008-03-30 | 1 | -5/+10 |
| * | Tear down the right loopback device before going to stage2. | Chris Lumens | 2008-03-28 | 1 | -1/+1 |
| * | Handle /dev being on hard drive devices in the second stage | Jeremy Katz | 2008-03-20 | 1 | -2/+2 |
| * | Always unmount /mnt/source on hdiso installs before starting stage2. | Chris Lumens | 2008-03-19 | 1 | -1/+2 |
| * | Fix format of method=hd: parameter (#438075). | Chris Lumens | 2008-03-18 | 1 | -6/+5 |
| * | Work on support for NFSISO installs when using boot.iso. | Chris Lumens | 2008-03-18 | 1 | -1/+1 |
| * | On HDISO installs, look for the stage2.img file in the right directory. | Chris Lumens | 2008-03-14 | 1 | -12/+12 |
| * | Fix the format of the method=hd: parameter. | Chris Lumens | 2008-03-13 | 1 | -4/+6 |
| * | Fix detection of ISO images on a hard drive partition. | Chris Lumens | 2008-03-11 | 1 | -3/+3 |
| * | Support stage2= for HD installs. | Chris Lumens | 2008-03-04 | 1 | -33/+71 |
| * | If stage2= is given, it overrides the check for a CD stage2 image. | Chris Lumens | 2008-03-04 | 1 | -3/+7 |
| * | Use the mount program instead of our own code. | Chris Lumens | 2008-02-11 | 1 | -1/+1 |
| * | Make loopback device purposes line up with what stage2 expects. | Chris Lumens | 2008-02-06 | 1 | -2/+2 |
| * | Use /mnt/source and /mnt/isodir just like nfsiso installs. | Chris Lumens | 2008-02-04 | 1 | -16/+10 |
| * | Don't use quite so many slashes in path names. | Chris Lumens | 2008-02-04 | 1 | -2/+9 |
| * | Adjust loader to new hardware code. | Bill Nottingham | 2007-12-20 | 1 | -2/+2 |
| * | Adjust to removal of moduleDeps and moduleList. | Bill Nottingham | 2007-12-19 | 1 | -13/+7 |
| * | 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/+16 |
| * | Adjust to new udev world. Use actual device names, not /tmp/<whatever>. | Bill Nottingham | 2007-12-07 | 1 | -6/+4 |
| * | Don't download images into /tmp/ramfs; use /tmp | Jeremy Katz | 2007-12-06 | 1 | -1/+1 |
| * | - remove sdupprintf(), use asprintf() instead. | Peter Jones | 2007-10-22 | 1 | -9/+11 |
| * | Set up the method parameter to match what the rest of anaconda expects | Chris Lumens | 2007-09-05 | 1 | -5/+4 |
| * | 2007-08-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-23 | 1 | -38/+59 |
| * | Same change you just saw on rhel5-branch ported to the HEAD branch. | David Cantrell | 2007-08-06 | 1 | -1/+1 |
| * | Change prototype of chooseManualDriver to take a loaderData instead of several | Chris Lumens | 2007-06-22 | 1 | -4/+2 |
| * | Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>). | Chris Lumens | 2007-01-16 | 1 | -1/+1 |
| * | If there's an error getting the kickstart file, display an error message that | Chris Lumens | 2006-11-21 | 1 | -4/+4 |
| * | * loader2/cdinstall.c: loaderData->method is now an int. | David Cantrell | 2006-07-27 | 1 | -281/+221 |
| * | 2006-06-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-30 | 1 | -5/+5 |
| * | Make the boot flags variable global. We don't need to pass it (or a pointer ... | David Cantrell | 2006-06-12 | 1 | -18/+20 |
| * | 2006-02-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-02-19 | 1 | -1/+1 |
| * | 2005-11-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-11-09 | 1 | -8/+4 |
| * | 2005-10-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-10-20 | 1 | -2/+2 |