Force built-in kernel overlayfs driver
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good

As with the other "real" filesystems, we need the OverlayFS driver to be
built into the kernel so it is available in early boot.
This commit is contained in:
2025-08-31 08:09:18 -05:00
parent 7d44d03279
commit f3c6c71bfa

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_NLS_UTF8)
$(call KCONFIG_ENABLE_OPT,CONFIG_VFAT_FS) $(call KCONFIG_ENABLE_OPT,CONFIG_VFAT_FS)
$(call KCONFIG_SET_OPT,CONFIG_BTRFS_FS,y) $(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_SQUASHFS,y)
$(call KCONFIG_SET_OPT,CONFIG_MSDOS_FS,y) $(call KCONFIG_SET_OPT,CONFIG_MSDOS_FS,y)
endef endef