|
FlatImage
A configurable Linux containerization system
|
DwarFS compressed read-only filesystem wrapper. More...
Classes | |
| class | Dwarfs |
Functions | |
| bool | is_dwarfs (fs::path const &path_file_dwarfs, uint64_t offset=0) |
Checks if the filesystem is a Dwarfs filesystem with a given offset. | |
DwarFS compressed read-only filesystem wrapper.
Provides high-compression read-only filesystem support using DwarFS with on-the-fly decompression. Manages mounting compressed base layers from specific byte offsets within the FlatImage binary, enabling efficient storage and fast random access to the embedded Linux distribution filesystem.
|
inline |
Checks if the filesystem is a Dwarfs filesystem with a given offset.
| path_file_dwarfs | Path to the file that contains a dwarfs filesystem |
| offset | Offset in the file at which the dwarfs filesystem starts |
Definition at line 114 of file dwarfs.hpp.