-
class VFS(imgfile, imgfmt, partition)
Bases: object
-
append_file(path, content)
-
has_file(path)
-
static instance_for_image(imgfile, imgfmt, partition)
-
make_path(path)
-
read_file(path)
-
replace_file(path, content)
-
set_ownership(path, user, group)
-
set_permissions(path, mode)
-
setup()
-
teardown()