Allow users to specify tmp dir for large files
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 10 Jan 2013 16:57:16 +0000 (18:57 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 10 Jan 2013 17:11:01 +0000 (19:11 +0200)
commitc16850ae1ce37e8fed14320c55233e272bed4e69
tree95823aa7afbfef7d43ae02ba55f09254a0a62539
parent62e18b3ae638a270792a362ee5d0d4901ee711a2
Allow users to specify tmp dir for large files

The cow file when creating images or the temporary image file when
bundling the host system may be large. Allow the user to overwrite
the directory under which those files get created.
image_creator/bundle_volume.py
image_creator/dialog_main.py
image_creator/disk.py
image_creator/main.py
image_creator/util.py