| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 2005-09-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-15 | 1 | -1/+2 |
* | Support logging levels in the loader just like in the python parts of the | Chris Lumens | 2005-08-13 | 1 | -31/+32 |
* | 2005-06-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-06-13 | 1 | -4/+4 |
* | * loader2/method.c: make validIsoImages check the buildstamp and report | Peter Jones | 2005-01-25 | 1 | -1/+1 |
* | 2004-11-02 Tim Waugh <twaugh@redhat.com> | twaugh | 2004-11-02 | 1 | -3/+4 |
* | 2004-10-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-14 | 1 | -2/+2 |
* | 2004-09-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-28 | 1 | -1/+1 |
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -1/+4 |
* | add patch from Rezwanul_Kabir (AT dell DOT com) to add support for using | Jeremy Katz | 2004-07-09 | 1 | -2/+79 |
* | move partition list code out into its own file, let it take a drive to only | Jeremy Katz | 2004-06-09 | 1 | -138/+2 |
* | remove some Red Hat-isms | Bill Nottingham | 2003-12-16 | 1 | -2/+2 |
* | switch to using kudzu's probeDevices() instead of the isys knownDevices | Jeremy Katz | 2003-11-22 | 1 | -7/+4 |
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -5/+5 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -1/+9 |
* | remove unused legacy debugging code, as well as ill fated attempt to mount st... | Mike Fulbright | 2003-06-23 | 1 | -50/+33 |
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -0/+1 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -11/+12 |
* | remove spurious debugging code | Mike Fulbright | 2003-05-05 | 1 | -9/+0 |
* | rest of remount tweaks | Mike Fulbright | 2003-05-01 | 1 | -1/+1 |
* | oops we werent unmounting partition if we failed to find a set of ISOs | Mike Fulbright | 2003-04-30 | 1 | -0/+6 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+11 |
* | check stamp for hd installs | Mike Fulbright | 2003-04-02 | 1 | -2/+18 |
* | bump copyrights | Mike Fulbright | 2003-03-28 | 1 | -1/+1 |
* | made it so we loopback mount stage2 now, and we look for graphical stage2 first | Mike Fulbright | 2003-03-28 | 1 | -0/+64 |