Force built-in kernel overlayfs driver
Aimee OS/aimee-os/pipeline/head This commit looks good
Details
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
parent
7d44d03279
commit
f3c6c71bfa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue