aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilip Pytloun <filip@pytloun.cz>2016-03-11 10:00:15 +0100
committerFilip Pytloun <filip@pytloun.cz>2016-03-11 12:08:36 +0100
commitdce1256be47163751696ad93237a0aa5155c03ef (patch)
treea73eaa816f6eba42f35f822da7a428a8393ae788 /README.md
parenta1508536fc6e1d31692e42945a7bc8191892615f (diff)
downloadrpi2-gen-image-dce1256be47163751696ad93237a0aa5155c03ef.tar.gz
rpi2-gen-image-dce1256be47163751696ad93237a0aa5155c03ef.tar.bz2
rpi2-gen-image-dce1256be47163751696ad93237a0aa5155c03ef.zip
Enhance kernel build by headers install, parallelism and cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c2627e..3733d49 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,9 @@ Path to a directory with scripts that should be run in the chroot before the ima
##### `BUILD_KERNEL`=false
Build and install the latest RPi2 linux kernel. Currently only the default RPi2 kernel configuration is used. Detailed configuration parameters for customizing the kernel and minor bug fixes still need to get implemented. feel free to help.
+##### `KERNEL_HEADERS`=true
+If true, also install kernel headers with built kernel.
+
## Logging of the bootstrapping process
All information related to the bootstrapping process and the commands executed by the `rpi2-gen-image.sh` script can easily be saved into a logfile. The common shell command `script` can be used for this purpose: