-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
image: add support for EroFS rootfs image generation #14457
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
Conversation
Add erofs-utils to create a EroFS based rootfs for image generation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Make FileSystem support for JFFS2 and SquashFS configurable to permit disabling support for it if not needed. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Add support for EroFS rootfs image generation. EroFS Filesystem should have better I/O performance with minimal size increase on the final image with the use of the MicroLZMA compressor. This is currently supported only on 6.1+ as MicroLZMA got introduced only in kernel 5.16. For kernel 6.1 MicroLZMA is flagged as EXPERIMENTAL but in recent kernel version this has changed and is considered stable. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
3935b43 to
aec0899
Compare
|
Thanks for taking care. |
|
I'll ask @Ansuel |
|
If I remember tho I still need to check some incompatibilities with some
boot script. It seems we hardcode squashfs somewhere
Il Ven 17 Mag 2024, 09:40 Paul Spooren ***@***.***> ha
scritto:
… I'll ask @Ansuel <https://github.com/Ansuel>
—
Reply to this email directly, view it on GitHub
<#14457 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2ZMQVTMJMEKPG6EEBSCGTZCWQ4VAVCNFSM6AAAAABCFKAIZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJWHA2TOOJXHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Still need to check it with recent kernel
Il Ven 17 Mag 2024, 08:37 Gao Xiang ***@***.***> ha scritto:
… May I ask what's the current status of this? Are there some concerns of
this?
Also Linux 6.6 is out.
—
Reply to this email directly, view it on GitHub
<#14457 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2ZMQUMABFAPIHPZ5PVEXDZCWJQPAVCNFSM6AAAAABCFKAIZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJWG4YTAMJQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
missing couple more fixes and |
Hi @romanovj, could you post the fixes so it can be available to all? |
|
Any updates guys? |
|
Superseded by #19244 |
Add support for EroFS rootfs image generation.
EroFS Filesystem should have better I/O performance with minimal
size increase on the final image with the use of the MicroLZMA
compressor.
This is currently supported only on 6.1+ as MicroLZMA got introduced
only in kernel 5.16. For kernel 6.1 MicroLZMA is flagged as EXPERIMENTAL
but in recent kernel version this has changed and is considered stable.
Signed-off-by: Christian Marangi ansuelsmth@gmail.com
This is a continue of #9968 @aparcar