mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 03:54:27 +01:00
Add kernel 4.14.x config for s390x. This is taken from https://github.com/linuxkit/linuxkit/blob/master/kernel/config-4.14.x-s390x commit 323043fdd843d0ef920e5348f6e1315039e1f1d3 Also a minor mod was made to this file to disable CONFIG_SERIAL_8250. Fixes #176 Signed-off-by: Yash Jain <ydjainopensource@gmail.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