| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove base InstallMethod class and harddrive.py and urlinstall.py files. | Chris Lumens | 2007-12-05 | 1 | -153/+0 |
* | Move protected partitions into the Partitions object. | Chris Lumens | 2007-11-28 | 1 | -4/+0 |
* | Remove unused badPackageError method. | Chris Lumens | 2007-11-20 | 1 | -8/+0 |
* | Remove unused functions from InstallMethods. | Chris Lumens | 2007-11-20 | 1 | -28/+0 |
* | Remove unused imports. Yes I know this is stupid nitpicky crap, but I like | Chris Lumens | 2007-09-19 | 1 | -1/+0 |
* | Don't be as clever breaking the method string up. | Chris Lumens | 2007-09-05 | 1 | -4/+2 |
* | Don't need to import FileCopyException. It's not used. | Chris Lumens | 2007-07-26 | 1 | -3/+1 |
* | 2007-07-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-07-25 | 1 | -5/+3 |
* | Support the ISOs being on a partition that is set to be upgraded (#244002). | Chris Lumens | 2007-07-19 | 1 | -2/+1 |
* | 2007-07-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-07-02 | 1 | -6/+6 |
* | Handle the exception if we're unable to mount the ISO source device (#124793). | Chris Lumens | 2007-03-22 | 1 | -2/+18 |
* | Look for repodata where the CDs are mounted, not where they are stored. | Chris Lumens | 2006-09-08 | 1 | -0/+3 |
* | Fix hard drive ISO installs/upgrades (#185292, #187941). | Chris Lumens | 2006-05-25 | 1 | -11/+6 |
* | Consolidate file fetching error handling into one set of urlgrabber error | Chris Lumens | 2006-05-25 | 1 | -0/+8 |
* | Don't import something we're not using. | Chris Lumens | 2006-05-08 | 1 | -1/+0 |
* | Kill getRPMFilename. | Chris Lumens | 2006-05-08 | 1 | -11/+0 |
* | Add currentMedia to hard drive install method. | Chris Lumens | 2006-03-13 | 1 | -0/+1 |
* | Prompt for missing images like we do on NFS ISO installs (#185274). | Chris Lumens | 2006-03-13 | 1 | -8/+29 |
* | - fix harddrive installs | Peter Jones | 2006-01-10 | 1 | -35/+35 |
* | 2005-12-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-12-12 | 1 | -29/+19 |
* | Generate headers on split media methods | Paul Nasrat | 2005-11-15 | 1 | -0/+1 |
* | Change getRPMFileName signature, use in callback | Paul Nasrat | 2005-11-15 | 1 | -2/+2 |
* | Use getMethodUri to configure backend | Paul Nasrat | 2005-11-15 | 1 | -1/+0 |
* | Clean up method stuff a little | Paul Nasrat | 2005-11-15 | 1 | -0/+2 |
* | Remove legacy metadata handing | Paul Nasrat | 2005-11-15 | 1 | -42/+0 |
* | Simplify findBestFileMatch | Paul Nasrat | 2005-08-19 | 1 | -1/+1 |
* | Remove legacy comps reading | Paul Nasrat | 2005-08-19 | 1 | -1/+1 |
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -4/+6 |
* | Fix parameter passing so ISO image installs work again. | Chris Lumens | 2005-04-28 | 1 | -1/+1 |
* | 2005-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-26 | 1 | -4/+10 |
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -5/+6 |
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -0/+2 |
* | Changed how we acquire release notes so that we now try to pull it for all in... | Mike Fulbright | 2003-06-26 | 1 | -1/+29 |
* | revert back to mounting source ISO partition as needed. Stage 2 is in RAM as ... | Mike Fulbright | 2003-06-23 | 1 | -3/+35 |
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -3/+3 |
* | show ALL missing images, not just the first one. | Mike Fulbright | 2003-05-05 | 1 | -6/+15 |
* | cleaner code | Mike Fulbright | 2003-05-01 | 1 | -3/+2 |
* | adjust function parameter to allow for possibility of callback, although not ... | Mike Fulbright | 2003-04-14 | 1 | -1/+1 |
* | now we loopback mount stage 2 for harddrive this code is not needed | Mike Fulbright | 2003-03-28 | 1 | -37/+4 |
* | removed hdtree method for good | Mike Fulbright | 2003-03-24 | 1 | -93/+0 |
* | check that files exist before we read header lists. this is getting | Jeremy Katz | 2003-02-11 | 1 | -1/+13 |
* | fixup old hard drive for the case where it's not rooted at the base (not that... | Jeremy Katz | 2003-01-29 | 1 | -2/+2 |
* | and it isnt a CD you are missing, its an ISO image | Mike Fulbright | 2003-01-23 | 1 | -1/+1 |
* | ok show some mercy and let the poor sap know when he hits Ok his machine is r... | Mike Fulbright | 2003-01-23 | 1 | -1/+1 |
* | oops, didn't change these to go back to rpm 4.1 | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
* | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 1 | -0/+1 |
* | move unmountCD base method to correct base class | Jeremy Katz | 2002-08-19 | 1 | -2/+12 |
* | get the basename of the right thing in HardDrive copyFileToTemp. also, make ... | Jeremy Katz | 2002-08-09 | 1 | -1/+16 |
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 1 | -3/+4 |
* | fix hdtree | Mike Fulbright | 2002-07-30 | 1 | -18/+8 |