diff --git a/kernel/configs/x86_64_kata_old_kernel_compat b/kernel/configs/x86_64_kata_old_kernel_compat new file mode 100644 index 0000000000..80ad52f0b7 --- /dev/null +++ b/kernel/configs/x86_64_kata_old_kernel_compat @@ -0,0 +1,7 @@ +# +# This file contains config options which is removed/modified in kernel 4.14 but +# necessary for older kernels, if you're using a old kernel and failed to start +# kata containers, try to add these options and hope it can help! Enjoy it! +# +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y + diff --git a/kernel/kata_config_version b/kernel/kata_config_version index ec635144f6..f599e28b8a 100644 --- a/kernel/kata_config_version +++ b/kernel/kata_config_version @@ -1 +1 @@ -9 +10