mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 20:44:26 +01:00
Unless we run kata VM as a hypervisor, we may need CONFIG_S390_HYPFS_FS and CONFIG_SYS_HYPERVISOR. CONFIG_S390_VMUR is for z/VM hypvervisor. Remove CONFIG_ZSWAP and its dependencies to match other arches. Fixes: #421 Signed-off-by: Tuan Hoang <tmhoang@linux.ibm.com>
How to use config files
config files must be copied in the kernel source code directory and renamed to .config
For example:
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make ARCH=x86_64 -j4
How to modify config files
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make menuconfig
popd
cp linux-4.14.22/.config x86_kata_kvm_4.14.x