mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
Merge pull request #716 from egernst/readd-overlay
config: re-add support for overlay
This commit is contained in:
commit
e164e19ed7
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
50
|
||||
51
|
||||
|
Loading…
Reference in New Issue
Block a user