Skip to content

Commit 76e707c

Browse files
committed
Add kernel update instructions
1 parent e0eb5ff commit 76e707c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enhanced security support using a single command.
1212
## Features
1313

1414
- Dockerized tool to cross-compile an hardened kernel for the Pi with a single command
15-
- Hardened kernel features
15+
- Hardens the Raspberry Pi Linux kernel
1616
- Add Audit support
1717
- Add SELinux support
1818

@@ -108,6 +108,12 @@ Copy the Debian packages `$PWD/output/*.deb` to the target Raspbery Pi, for
108108
example using `scp`, then follow the instructions given at the end of the build
109109
command.
110110

111+
## Update the kernel
112+
113+
Repeat the same protocol as given above to build and install a newer version of
114+
the kernel. After installing the `*.deb` packages with `dpkg`, you only have to
115+
update `/boot/config.txt` so that the new kernel is loaded at boot.
116+
111117
## Customize your build
112118

113119
- The builder uses all the CPU cores available to the Docker container. By default,

0 commit comments

Comments
 (0)