mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 02:54:27 +01:00
This will add missing config option (DRM_FBDEV_LEAK_PHYS_SMEM) that are being asked while running the installation script for kata kernel. Also, this jumps to the current kernel version that is being used at the runtime. Fixes #372 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.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