Force built-in kernel overlayfs driver
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user