mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01:00
This commit bumps the default config from 4.14.49 to 4.14.67 first, and then enables the support for EFI firmware as OVMF used by NEMU is an EFI firmware. Fixes #220 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@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