Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for erofs #2645

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Add support for erofs #2645

merged 1 commit into from
Sep 13, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Sep 13, 2024

erofs is an alternative readonly filesystem that can be used as alternative to squashfs. This Fixes #2633

Please find an integration test build here:

@schaefi schaefi self-assigned this Sep 13, 2024
Copy link
Member

@Conan-Kudo Conan-Kudo left a comment

Choose a reason for hiding this comment

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

I'd also like a Rawhide test for this with both live image and filesystem image since these are going to be actively used.

package/python-kiwi-spec-template Show resolved Hide resolved
package/python-kiwi-spec-template Outdated Show resolved Hide resolved
@schaefi
Copy link
Collaborator Author

schaefi commented Sep 13, 2024

I'd also like a Rawhide test for this with both live image and filesystem image since these are going to be actively used.

What do you mean by "filesystem image" ? a simple filesystem image ? not bootable just for mounting ?

@Conan-Kudo
Copy link
Member

I'd also like a Rawhide test for this with both live image and filesystem image since these are going to be actively used.

What do you mean by "filesystem image" ? a simple filesystem image ? not bootable just for mounting ?

Yes, @davide125 is making a FEX rootfs image with kiwi and wants to use erofs for it (and there's general talk of making container images using erofs), so I'd like for us to make sure this works.

@schaefi
Copy link
Collaborator Author

schaefi commented Sep 13, 2024

ok, I will add those integration tests once the one I have works

package/python-kiwi-spec-template Outdated Show resolved Hide resolved
kiwi/builder/live.py Outdated Show resolved Hide resolved
@schaefi
Copy link
Collaborator Author

schaefi commented Sep 13, 2024

@schaefi
Copy link
Collaborator Author

schaefi commented Sep 13, 2024

erofs is an alternative readonly filesystem that can be
used as alternative to squashfs. This Fixes #2633
@schaefi
Copy link
Collaborator Author

schaefi commented Sep 13, 2024

@Conan-Kudo all done now, let's wait for the integration tests to pass

@Conan-Kudo Conan-Kudo merged commit d8f4c13 into main Sep 13, 2024
12 checks passed
@Conan-Kudo Conan-Kudo deleted the erofs branch September 13, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EROFS output type support
2 participants