summaryrefslogtreecommitdiffstats
path: root/installmethod.py
Commit message (Expand)AuthorAgeFilesLines
* Move storage into the Anaconda class.Chris Lumens2010-02-041-3/+3
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-3/+3
* Fix grabbing the rootDevice in doMethodComplete.Chris Lumens2009-03-041-1/+1
* Updates to make existing code use the new storage module.David Lehman2009-02-231-3/+3
* Don't traceback at the end of live installsJeremy Katz2008-09-101-1/+1
* Eject the CD/DVD if we booted off a boot.iso as well (#442088).Chris Lumens2008-08-041-3/+17
* Make doMethodComplete not depend on the yum backendJeremy Katz2007-12-171-17/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+13
* Don't copy the stage2 image over for NFS installs.Chris Lumens2007-12-141-1/+1
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-1/+1
* methodstr cleanups.Chris Lumens2007-12-051-1/+1
* Make split media image installs work.Chris Lumens2007-12-051-2/+2
* Remove base InstallMethod class and harddrive.py and urlinstall.py files.Chris Lumens2007-12-051-65/+18
* fix traceback at the end of installJeremy Katz2007-11-291-0/+2
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-9/+0
* Remove the ejectCD method as it's redundant.Chris Lumens2007-11-201-5/+1
* Remove unused functions from InstallMethods.Chris Lumens2007-11-201-38/+0
* One "disc" media is just a special case of multiple discs.Chris Lumens2007-08-131-1/+0
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-6/+0
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-5/+0
* Add API documentation to a couple files as examples.Chris Lumens2007-07-271-14/+66
* Set default value to an empty list instead of None.Chris Lumens2007-07-231-1/+1
* If this is a kickstart install, don't eject the CD at this time. The user willChris Lumens2007-05-041-6/+8
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-0/+5
* 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