You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Fixes: #
## How Has This Been Tested?
## How are existing users impacted? What migration steps/scripts do we need?
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ It is built with [mkosi](https://github.com/systemd/mkosi), producing a minimal
26
26
27
27
The build has four stages:
28
28
29
-
1.**Kernel compilation** (`./build.py kernel`) — builds a Linux kernel from source using minimal defconfigs (`config/defconfig.{amd64,arm64}`)
29
+
1.**Kernel compilation** (`./build.py kernel`) — builds a Linux kernel from source using defconfigs from `kernel.configs/`
30
30
2.**Tool download** (`./build.py tools`) — fetches pinned binary releases of the container runtime stack
31
31
3.**Initramfs build** (`./build.py initramfs`) — assembles a Debian Trixie CPIO initramfs with systemd, injecting the kernel, modules, and tools using `mkosi`
32
32
4.**ISO assembly** (`./build.py iso`) — builds a UEFI-bootable ISO with GRUB via `grub-mkrescue`
@@ -38,7 +38,7 @@ The build has four stages:
38
38
```bash
39
39
pip install -r requirements.txt
40
40
41
-
# Build with defaults (amd64, kernel 6.12.69)
41
+
# Build with defaults (amd64, kernel 6.18.16)
42
42
./build.py --help
43
43
44
44
usage: build.py [flags]
@@ -54,7 +54,7 @@ build configuration:
54
54
--no-cache rebuild builder image without Docker cache
55
55
56
56
kernel:
57
-
--kernel-version VER kernel version to build (default: 6.12.69)
57
+
--kernel-version VER kernel version to build (default: 6.18.16)
58
58
--kernel-src PATH path to local kernel source tree
0 commit comments