From b80d80f83405d555212503644a0994b857f9161f Mon Sep 17 00:00:00 2001 From: Spencer King Date: Mon, 9 Jun 2025 18:32:51 -0500 Subject: [PATCH] docs: Fix typo and broken nested list in kernel/README.md --- kernel/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/README.md b/kernel/README.md index 962cb804..7927de98 100644 --- a/kernel/README.md +++ b/kernel/README.md @@ -1,6 +1,6 @@ # Containerization Kernel Configuration -This directory includes an optimized kernel configuration to produce a fast and light weight kernel for container use. +This directory includes an optimized kernel configuration to produce a fast and lightweight kernel for container use. - `config-arm64` includes the kernel `CONFIG_` options. @@ -12,8 +12,11 @@ This directory includes an optimized kernel configuration to produce a fast and 1. Build the `Containerization` project by running `make` in the root of the repository. 2. Place a kernel you want to use in `bin/vmlinux` directory of the repository. + a. This kernel will be used to launch the build container. + b. To fetch a default kernel run `make fetch-default-kernel` in the root of the repository. 4. Run `make` in the `/kernel` directory. A `kernel/vmlinux` will be the result of the build. +