Skip to content

feat: Add fuse2fs tool built from e2fsprogs#10551

Open
frankdavid wants to merge 3 commits into
masterfrom
frankdavid/fuse2fs
Open

feat: Add fuse2fs tool built from e2fsprogs#10551
frankdavid wants to merge 3 commits into
masterfrom
frankdavid/fuse2fs

Conversation

@frankdavid

Copy link
Copy Markdown
Contributor

fuse2fs will be used to extract the contents of released ext4 images without root for automated creation of SEV recovery images, it comes from the same e2fsprogs package that we already have but a few compile options had to be tweaked. In addition, libfuse must be provided as a dependency.

fuse2fs will be used to extract the contents of released ext4 images without root, it comes from the same e2fsprogs package that we already have but a few compile options had to be tweaked. In addition, libfuse must be provided as a dependency.
@frankdavid frankdavid requested a review from a team as a code owner June 23, 2026 19:24
@github-actions github-actions Bot added the feat label Jun 23, 2026
@frankdavid frankdavid requested a review from Bownairo June 23, 2026 19:27
@github-actions github-actions Bot added the @idx label Jun 23, 2026
Comment thread third_party/BUILD.libfuse.bazel Outdated
Comment thread third_party/BUILD.libfuse.bazel Outdated
@@ -0,0 +1,36 @@
load("@//bazel:defs.bzl", "disable_hermetic_cc_target")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see disable_hermetic_cc_target being called in this file. Am I missing something?

Co-authored-by: Bas van Dijk <bas@dfinity.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants