Merge pull request #716 from egernst/readd-overlay

config: re-add support for overlay
This commit is contained in:
Eric Ernst
2019-09-13 13:25:32 -07:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
CONFIG_BLK_DEV_INITRD=y
# Recommended for Docker
CONFIG_BLK_DEV_THROTTLING=y
# Required for hotplug block devices into Kata, using SCSI
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_BSG=y
@@ -41,3 +44,8 @@ CONFIG_FHANDLE=y
# We should support Async IO.
CONFIG_AIO=y
# Docker in Docker support requires overlay
CONFIG_OVERLAY_FS=y
CONFIG_OVERLAY_FS_INDEX=y
CONFIG_OVERLAY_FS_REDIRECT_DIR=y

View File

@@ -74,4 +74,6 @@ CONFIG_HAVE_EBPF_JIT=y
# We v.likely need some intel chip support
CONFIG_NET_VENDOR_INTEL=y
# Add VETH support (necessary for running Docker in the guest)
CONFIG_VETH=y
# We quite likely need to add others for passthrough and maybe SRIOV support

View File

@@ -1 +1 @@
50
51