summaryrefslogtreecommitdiffstats
path: root/installmethod.py
Commit message (Expand)AuthorAgeFilesLines
* Don't eject the cd before the %post scripts are run.Joel Andres Granados2007-11-061-5/+7
* Add switchMedia to abstract class.Chris Lumens2006-05-251-0/+3
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-251-0/+3
* Unmount media late so it's still available for kickstart %post scriptsChris Lumens2006-05-151-0/+1
* Remove more old stuff.Chris Lumens2006-05-081-19/+0
* Kill getRPMFilename.Chris Lumens2006-05-081-3/+0
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-4/+4
* * image.py, installmethod.py: getRPMFilename takes a media numberChris Lumens2005-11-171-1/+1
* Generate headers on split media methodsPaul Nasrat2005-11-151-0/+1
* Change getRPMFileName signature, use in callbackPaul Nasrat2005-11-151-1/+1
* Remove legacy metadata handingPaul Nasrat2005-11-151-6/+3
* remove backend specifics from methodPaul Nasrat2005-08-261-1/+0
* Simplify findBestFileMatchPaul Nasrat2005-08-191-4/+5
* Remove legacy comps readingPaul Nasrat2005-08-191-17/+1
* Use new logging system.Chris Lumens2005-08-121-4/+5
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-281-9/+4
* write an mtab with some basic info when we're done installingPeter Jones2005-04-281-0/+14
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-2/+2
* having the constant present helpsJeremy Katz2003-10-141-0/+1
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-2/+2
* merge changes from taroon branchJeremy Katz2003-08-201-1/+1
* merge from taroon branch to headJeremy Katz2003-07-311-1/+2
* Changed how we acquire release notes so that we now try to pull it for all in...Mike Fulbright2003-06-261-1/+4
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-3/+3
* adjust function parameter to allow for possibility of callback, although not ...Mike Fulbright2003-04-141-1/+1
* eject the cdrom from the second stage via a generic cleanup so that itJeremy Katz2002-12-161-0/+9
* add FileCopyException to be used when we have IO errors grabbing packagesJeremy Katz2002-11-041-0/+4
* use file:/// for file urls to make urllib2 happy (this method is only used fo...Jeremy Katz2002-11-041-2/+2
* move unmountCD base method to correct base classJeremy Katz2002-08-191-0/+4
* get comps.xml from multiple sourcesMike Fulbright2002-07-311-0/+34
* get the root path into all of the install methodsJeremy Katz2002-06-251-1/+17
* kind of need theseJeremy Katz2002-02-111-0/+2
* pass in the hdlist to readCompsViaMethodMatt Wilson2002-02-111-2/+2
* duh, import osMatt Wilson2002-02-111-0/+2
* now read comps from updates if presentMike Fulbright2002-02-081-0/+16
* removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search f...Matt Wilson2002-02-041-0/+3
* /tmp/cleanup wasn't used in 7.2 anyway...Erik Troan2002-01-251-3/+0
* more pychecker funJeremy Katz2001-11-271-1/+1
* systemUnmounted took wrong parametersErik Troan2000-08-091-1/+1
* more run-out-of-disk-space-reasonable patchesErik Troan2000-08-081-0/+3
* patch from jj to only copy the filesystem if we need to switch disksMatt Wilson2000-07-051-1/+1
* create /tmp/cleanup properlyErik Troan2000-06-021-0/+3
* fixes harddrive install to not nuke source partition, and also get --onpart t...Mike Fulbright2000-05-241-1/+1
* should fix so hard drive installs from ext2 DONT blow away source partition w...Mike Fulbright2000-05-221-0/+3
* added proper inheritance for install methodsErik Troan2000-05-101-0/+22