Skip to content

configs: disable CONFIG_CRAMFS

Abhi Das requested to merge adas7/adas-kernel-ark:disable-cramfs into os-build

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2041184 Upstream Status: RHEL only Tested: verified module is absent in test build. See bz for more info.

Disable the cramfs kernel module as its use is deprecated. We posted a message in rhel8 saying that an upcoming release will deprecate it (rhbz 1794513) and we want to do this starting with rhel9.

We have squashfs that can do what cramfs provides and we don't really need two solutions for the same thing.

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

Edited by Abhi Das

Merge request reports