summaryrefslogtreecommitdiffstats
path: root/pyanaconda/image.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-11/+11
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-13/+16
* If path doesn't exist, don't traceback. Return None.Chris Lumens2012-12-071-1/+5
* Only devices that already exist may be ISO install sources (#849482).Chris Lumens2012-08-211-1/+1
* Add support for cdrom and harddrive methods, including switching.David Lehman2012-06-061-9/+14
* errorHandler -> errorHandler.cb.Chris Lumens2012-05-081-6/+6
* Allow changing the base repo.David Lehman2012-03-141-2/+0
* Return the first qualifying device from opticalInstallMedia.David Lehman2012-03-061-4/+5
* Add new packaging module.David Lehman2012-02-281-84/+65
* Add opticalInstallMedia and potentialHdisoSources methods.Chris Lumens2011-12-081-11/+15
* nfsiso: handle mismatching .iso architecture gracefully.Ales Kozumplik2011-09-131-17/+22
* Allow a .iso file to be specified instead of a directory (#707846)Brian C. Lane2011-06-271-8/+20
* findFirstIsoImage needs to return a filename, so fix it.Chris Lumens2011-04-151-5/+5
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-12/+12
* Clean up a bunch of exception handling code.David Lehman2011-02-161-65/+55
* Check for valid mountpoint before unmounting image. (#671922)David Lehman2011-02-101-1/+2
* Fix nfsiso install with options (#667839)Martin Gracik2011-01-141-2/+4
* umountImage shouldn't care about currentMedia.Chris Lumens2010-10-291-3/+2
* Remove presentRequiredMediaMessage and related code.Chris Lumens2010-10-291-61/+0
* Rename findIsoImages to findFirstIsoImage.Chris Lumens2010-10-291-61/+54
* verifyMedia no longer looks at the disc number.Chris Lumens2010-10-291-9/+4
* Remove the last references to install.img.Chris Lumens2010-10-201-3/+3
* Remove productPath.Chris Lumens2010-09-091-6/+0
* Remove losetup usageBrian C. Lane2010-09-031-12/+9
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+326