Expand description
Modern Linux mount API support for composefs.
This module provides functionality to mount composefs images using the new mount API (fsopen/fsmount) with overlay filesystem support and fs-verity verification.
Structs§
- FsHandle
- A handle to a filesystem context created via the modern mount API.
Functions§
- composefs_
fsmount - Creates a composefs mount using overlayfs with an erofs image and base directory.
- erofs_
mount - Mounts an erofs image file.
- mount_
at - Moves a mounted filesystem to a target location.