Force built-in kernel overlayfs driver
Aimee OS/aimee-os/pipeline/head This commit looks good Details

As with the other "real" filesystems, we need the OverlayFS driver to be
built into the kernel so it is available in early boot.
master
Dustin 2025-08-31 08:09:18 -05:00
parent 7d44d03279
commit f3c6c71bfa
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $(call KCONFIG_ENABLE_OPT,CONFIG_NLS_ISO8859_1)
$(call KCONFIG_ENABLE_OPT,CONFIG_NLS_UTF8)
$(call KCONFIG_ENABLE_OPT,CONFIG_VFAT_FS)
$(call KCONFIG_SET_OPT,CONFIG_BTRFS_FS,y)
$(call KCONFIG_SET_OPT,CONFIG_OVERLAY_FS,y)
$(call KCONFIG_SET_OPT,CONFIG_SQUASHFS,y)
$(call KCONFIG_SET_OPT,CONFIG_MSDOS_FS,y)
endef