Skip to content

Commit 8a92500

Browse files
authored
docs: Fix typo and broken nested list in kernel/README.md (#57)
This change fixes a broken nested list and updates the phrase "light weight" for consistency with #50.
1 parent 918fb7e commit 8a92500

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)