From 18e2455f1d2d25f9063068344c5fcd576a1502c5 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Fri, 4 Apr 2025 13:30:19 +0200 Subject: [PATCH] configs/fml13v01: enable overlay file-system Overlay file systems are used by the Ubuntu installer. Signed-off-by: Heinrich Schuchardt --- arch/riscv/configs/fml13v01_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/fml13v01_defconfig b/arch/riscv/configs/fml13v01_defconfig index 7abcaec7f286..afce9a3e2579 100644 --- a/arch/riscv/configs/fml13v01_defconfig +++ b/arch/riscv/configs/fml13v01_defconfig @@ -418,6 +418,8 @@ CONFIG_AUTOFS_FS=y CONFIG_FUSE_FS=y CONFIG_CUSE=y CONFIG_VIRTIO_FS=y +CONFIG_OVERLAY_FS=m +CONFIG_OVERLAY_FS_XINO_AUTO=y CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y CONFIG_ISO9660_FS=m