project-machine / puzzlefs

Apache License 2.0
378 stars 18 forks source link

[RFC] Add omit-verity flag for the build command #89

Closed ariel-miculas closed 12 months ago

ariel-miculas commented 1 year ago

Current use case: build a puzzlefs filesystem without fs verity data so it can be loaded by the puzzlefs kernel module. If there are other use cases then it might be worth merging it. Nonetheless, the fs verity data structure probably needs to change from a BTreeMap to a Vec, that way we can deserialize it in the kernel module.

ariel-miculas commented 12 months ago

This is no longer relevant because we've changed the serialization from cbor to capnproto.