From f36eb0106300c1c89f7d0dd5b0a398ce1802a27a Mon Sep 17 00:00:00 2001 From: Gavin Inglis Date: Thu, 12 Dec 2024 17:50:14 +0000 Subject: [PATCH] README: update description of kernel kit Update the description of the kernel kit to be that of https://gallery.ecr.aws/bottlerocket/bottlerocket-kernel-kit Signed-off-by: Gavin Inglis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f466ed1..1dd81f48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bottlerocket Kernel Kit This is the kernel kit for [Bottlerocket](https://github.com/bottlerocket-os/bottlerocket). -It includes many common dependencies for downstream package and variant builds. +It includes Linux kernels and dependencies for downstream package and variant builds. ## Contents The kernel kit includes: @@ -12,7 +12,7 @@ The kernel kit includes: The [Bottlerocket kernel kit](https://gallery.ecr.aws/bottlerocket/bottlerocket-kernel-kit) is available through Amazon ECR Public. ### Development -The kernel kit can be built on either an **x86_64** or an **aarch64** host. To do this you can use the following commands. +The kernel kit can be built on either an **x86_64** or an **aarch64** host. To do this you can use the following commands. ```shell make ```