From dececa6ad381ce87e8768adfeef86727bb939690 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 16 May 2019 15:05:56 +0100 Subject: [PATCH] docs: Add missing link to kernel configs doc Add a link in the kernel README to the kernel configs README. Fixes: #501. Signed-off-by: James O. D. Hunt --- kernel/README.md | 2 ++ kernel/kata_config_version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel/README.md b/kernel/README.md index 5196a2c588..070e43ef4a 100644 --- a/kernel/README.md +++ b/kernel/README.md @@ -60,6 +60,8 @@ Kata Containers packaging repository holds the kernel configs and patches. The config and patches can work for many versions, but we only test the kernel version defined in the [runtime versions file][runtime-versions-file]. +For further details, see [the kernel configuration documentation](configs). + ## How is it tested The Kata Containers CI scripts install the kernel from [CI cache diff --git a/kernel/kata_config_version b/kernel/kata_config_version index a2720097dc..425151f3a4 100644 --- a/kernel/kata_config_version +++ b/kernel/kata_config_version @@ -1 +1 @@ -39 +40