Skip to content

Commit b80d80f

Browse files
committed
docs: Fix typo and broken nested list in kernel/README.md
1 parent cbb1ee4 commit b80d80f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

kernel/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Containerization Kernel Configuration
22

3-
This directory includes an optimized kernel configuration to produce a fast and light weight kernel for container use.
3+
This directory includes an optimized kernel configuration to produce a fast and lightweight kernel for container use.
44

55

66
- `config-arm64` includes the kernel `CONFIG_` options.
@@ -12,8 +12,11 @@ This directory includes an optimized kernel configuration to produce a fast and
1212

1313
1. Build the `Containerization` project by running `make` in the root of the repository.
1414
2. Place a kernel you want to use in `bin/vmlinux` directory of the repository.
15+
1516
a. This kernel will be used to launch the build container.
17+
1618
b. To fetch a default kernel run `make fetch-default-kernel` in the root of the repository.
1719
4. Run `make` in the `/kernel` directory.
1820

1921
A `kernel/vmlinux` will be the result of the build.
22+

0 commit comments

Comments
 (0)