File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
108108example using ` scp ` , then follow the instructions given at the end of the build
109109command.
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,
You can’t perform that action at this time.
0 commit comments