diff options
-rw-r--r-- | doc/genkernel.8.txt | 6 | ||||
-rwxr-xr-x | genkernel | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 3108dde..571ab06 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -241,6 +241,9 @@ LOW-LEVEL COMPILATION OPTIONS when the system running genkernel has a different architecture like the system which should boot the created kernel/initramfs. +*--kernel-cross-compile*=<target triplet>:: + Target triple (i.e. aarch64-linux-gnu) to build kernel for. + *--kernel-ar*=<archiver>:: Archiver to use for the kernel compilation. @@ -620,6 +623,9 @@ NOTE: System.map filename and System.map symlink name must be different. *--*[*no-*]*firmware*:: Enable or disables copying of firmware into initramfs. +*--*[*no-*]*all-firmware*:: + Enable or disable copying of all firmware into initramfs + *--firmware-dir*=<dir>:: Specify directory to copy firmware from (defaults to '/lib/firmware'). @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='4.3.9' +GK_V='4.3.10' # Normalize locales export LC_ALL=C |