Skip to content

config: enable CONFIG_EROFS_FS#104

Merged
slp merged 1 commit into
libkrun:mainfrom
valpackett:ero
Nov 10, 2025
Merged

config: enable CONFIG_EROFS_FS#104
slp merged 1 commit into
libkrun:mainfrom
valpackett:ero

Conversation

@valpackett
Copy link
Copy Markdown
Contributor

EROFS is used by e.g. NixOS's etc overlay, and other distribution tools. Seems to have no size impact on x86_64 (19138272 before and after).


I'm not sure why (fitting into some kind of padding inside of the image?? 0.o) but size didn't increase:

❯ strings /nix/store/47md2yyhvpn2a8y7rjbzagvr757wqwgb-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0 | rg erof | wc -l
3
❯ strings /nix/store/qgf7cbvkr82rdmqyvkd6jndz8gcp25gv-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0 | rg erof | wc -l
43
❯ ls -la /nix/store/47md2yyhvpn2a8y7rjbzagvr757wqwgb-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0 /nix/store/qgf7cbvkr82rdmqyvkd6jndz8gcp25gv-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0
-r-xr-xr-x 1 root root 19138272 Dec 31  1969 /nix/store/47md2yyhvpn2a8y7rjbzagvr757wqwgb-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0
-r-xr-xr-x 1 root root 19138272 Dec 31  1969 /nix/store/qgf7cbvkr82rdmqyvkd6jndz8gcp25gv-libkrunfw-5.0.0/lib/libkrunfw.so.5.0.0

EROFS is used by e.g. NixOS's etc overlay, and other distribution tools.
Seems to have no size impact on x86_64 (19138272 before and after).

Signed-off-by: Val Packett <val@invisiblethingslab.com>
Copy link
Copy Markdown
Collaborator

@tylerfanelli tylerfanelli left a comment

Choose a reason for hiding this comment

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

LGTM.

@slp slp merged commit 8a8c33f into libkrun:main Nov 10, 2025
6 checks passed
@valpackett valpackett deleted the ero branch November 11, 2025 20:54
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.

4 participants