debian-forge/osbuild
Tom Gundersen 98ce5a7595 TmpFs: do not mount in __init__
The underlying filesystem was mounted in __init__ and unmonuted in
__exit__/__del__. This meant that if the same object was reused in
several `with` clauses, only the first one would work as intended.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-07-25 23:55:43 +02:00
..
__init__.py TmpFs: do not mount in __init__ 2019-07-25 23:55:43 +02:00
__main__.py osbuild: add -l/--libdir parameter 2019-07-24 12:55:48 +02:00
loop.py loop: add direct-io support 2019-07-25 23:55:43 +02:00
remoteloop.py loop: add helpers to use IPC to create loop devices 2019-07-19 00:51:12 +02:00