summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging/livepayload.py
Commit message (Expand)AuthorAgeFilesLines
* A bunch more "install" -> "installation" changes.Chris Lumens2013-02-281-1/+1
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-4/+4
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-3/+3
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-2/+1
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-281-3/+1
* show error when rsync fails (#868755)Brian C. Lane2012-11-201-2/+4
* only raise rsync error on error 12 (#868755)Brian C. Lane2012-11-191-6/+4
* raise error on rsync failure (#868755)Brian C. Lane2012-11-051-2/+4
* exclude bind mounts from rsync (#871637)Brian C. Lane2012-11-051-1/+2
* Add progress percentage info to liveinstBrian C. Lane2012-11-021-1/+36
* Fix up calling superclass setup methods in packaging (#870556).Chris Lumens2012-10-291-0/+2
* fixup live install (#853988, #854962)Brian C. Lane2012-09-061-5/+16
* Reorder and comment options passed to rsyncVratislav Podzimek2012-09-061-1/+5
* Move setup from ImagePayload to LiveImagePayload.Chris Lumens2012-08-281-0/+6
* Set a progress message when liveinst starts installing software.Chris Lumens2012-08-281-1/+9
* Add a spaceRequired property for LiveImagePayload.Chris Lumens2012-08-281-0/+5
* We don't need image_file in the live payload.Chris Lumens2012-08-281-5/+0
* Fix args to LiveImagePayload.setup (#852272).Chris Lumens2012-08-281-1/+1
* Make the live install rsync command at least make some sense.David Lehman2012-03-021-2/+1
* The error handler is not callable. Call the 'cb' method.David Lehman2012-03-021-1/+1
* Add header blocks to python files in pyanaconda/packaging/.David Lehman2012-03-021-1/+21
* Add new packaging module.David Lehman2012-02-281-0/+53