Skip to content
Snippets Groups Projects
Commit eb36f1e5 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(run_mkisofs): Store the image in /movies/tmp/, since that partition

	has more space.
parent a6662a98
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def run_mkisofs(bases, files, media_id):
"""Create an ISO image.
"""
fp = os.popen(cmdline(bases, files, media_id,
"-o /usr/tmp/%s.iso" % media_id),
"-o /movies/tmp/%s.iso" % media_id),
"r")
fp.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment