aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-01-19 14:05:49 -0600
committerBen Kohler <bkohler@gentoo.org>2024-01-19 14:09:41 -0600
commitd6a77d90fd511b04b12bd7ae40d710d3d144c077 (patch)
tree6f5468c8dbccdf71dd770bb1dd34603ee10138b3
parentgen_configkernel: Prepare for kernel-6.6 (diff)
downloadgenkernel-d6a77d90fd511b04b12bd7ae40d710d3d144c077.tar.gz
genkernel-d6a77d90fd511b04b12bd7ae40d710d3d144c077.tar.bz2
genkernel-d6a77d90fd511b04b12bd7ae40d710d3d144c077.zip
doc: add new cmdline options to man page4.3.10
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--doc/genkernel.8.txt6
-rwxr-xr-xgenkernel2
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').
diff --git a/genkernel b/genkernel
index feaaad6..e825e7f 100755
--- a/genkernel
+++ b/genkernel
@@ -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