Skip to content

Draft: erofs: Build erofs into the kernel to support certain use cases

Abhi Das requested to merge adas7/adas-kernel-ark:erofs-builtin into os-build

JIRA: https://issues.redhat.com/browse/RHEL-48854 Upstream Status: RHEL-only

Anaconda and its supporting tools (dracut, ImageBuilder) use erofs very early in the boot process and having erofs built into the kernel as opposed to a module avoids the tools from having to setup a complex environment to load the module.

Signed-off-by: Abhi Das adas@redhat.com

Merge request reports