Skip to content

Commit a944462

Browse files
Refactor kernel build documentation for clarity and consistency
1 parent 9cb38bd commit a944462

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/kernel-build

content/learning-paths/servers-and-cloud-computing/kernel-build/how-to-2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ weight: 3
66
layout: learningpathall
77
---
88

9-
This section covers standard kernel build workflows for direct installation or downstream packaging.
10-
9+
## Standard kernel workflows
1110

11+
Standard kernel builds produce general-purpose kernels suitable for production deployment, development testing, or distribution packaging. These workflows let you build specific versions, install them directly, or package them for later use.
1212

13-
## Kernel Build only
13+
This section covers standard kernel build workflows for direct installation or downstream packaging.
1414

15-
{{% notice Note %}}
15+
{{% notice Note on kernel build only %}}
1616
The kernel versions given in the \--tags flag, such as `v6.18.1` in the first example below, are arbitrary (but valid) Linux kernel versions. If you prefer to use kernel versions different from the examples, you can replace them with your preferred versions.
1717

1818
Kernel.org hosts all official Linux kernel releases: https://www.kernel.org/. Browse and select any stable or mainline release version.
@@ -73,7 +73,7 @@ bash /tmp/kernel_plan_v6.18.1_<hash>.sh
7373

7474
You can use tab completion or `ls /tmp/kernel_plan_*.sh` to find the exact filename.
7575

76-
## Kernel Install
76+
## Install kernel
7777

7878
{{% notice Note %}}
7979
The following sections demonstrate build and install scenarios.
@@ -119,7 +119,7 @@ This approach is useful when you want to:
119119
- Compare different kernel versions
120120
- Prepare multiple kernels for testing
121121
- Build a library of kernel versions for deployment
122-
-
122+
123123
To build two kernel versions in parallel, run the following command (it will build both `v6.18.1` and `v6.19-rc1`, but only install `v6.18.1`):
124124

125125
```bash
@@ -185,7 +185,7 @@ To install from previously built Debian packages (`.deb` files):
185185

186186
This installs the `.deb` artifacts produced earlier via `--include-bindeb-pkg`, expecting files such as `linux-image-*` and `linux-headers-*` to exist in the source directory.
187187

188-
### What you've accomplished and what's next
188+
## What you've accomplished and what's next
189189

190190
In this section, you've learned how to:
191191
- Build standard Linux kernels for Arm instances

0 commit comments

Comments
 (0)