aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2016-03-14 12:52:37 +0100
committerJan Wagner <mail@jwagner.eu>2016-03-14 12:52:37 +0100
commitd4ab3cfce58c908c8bdf85c96ea300c47db3ac85 (patch)
tree10ef6deb50261c2584c1d865bf3a7aca74dd2b21 /README.md
parent62453b92723bf04239b06f8966f256ef0feb233e (diff)
downloadrpi2-gen-image-d4ab3cfce58c908c8bdf85c96ea300c47db3ac85.tar.gz
rpi2-gen-image-d4ab3cfce58c908c8bdf85c96ea300c47db3ac85.tar.bz2
rpi2-gen-image-d4ab3cfce58c908c8bdf85c96ea300c47db3ac85.zip
README.md fix, rm-lost-file
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f5e744..d19054c 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,7 @@ Path to a directory with scripts that should be run in the chroot before the ima
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_SRCDIR`=""
-Path to a directory of [RaspberryPi Linux kernel] sources (https://github.com/raspberrypi/linux) that will be copied, configured, build and installed inside the chroot.
+Path to a directory of [RaspberryPi Linux kernel sources](https://github.com/raspberrypi/linux) that will be copied, configured, build and installed inside the chroot.
##### `KERNEL_THREADS`=1
Number of parallel kernel building threads. If the parameter is left untouched the script will automatically determine the number of CPU cores to set the number of parallel threads to speed the kernel compilation.