aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-13 13:40:30 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-14 13:58:09 +0200
commit4d1c3571d30ead10771eeca774c2d7e1925f4108 (patch)
tree99e1f8682b55d33e79821635d13bc3cc3389979e /doc
parentgen_configkernel.sh: Refactor determine_config_file() (diff)
downloadgenkernel-4d1c3571d30ead10771eeca774c2d7e1925f4108.tar.gz
genkernel-4d1c3571d30ead10771eeca774c2d7e1925f4108.tar.bz2
genkernel-4d1c3571d30ead10771eeca774c2d7e1925f4108.zip
gen_package.sh: Refactor gen_kerncache()
- Make use of tar's auto-compress feature, i.e. use archive suffix to determine the compression program. - get_tar_cmd() function added which will try to return tar command utilizing pbzip2, pxz or pigz when possible. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 00b3874..9e37b32 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -390,10 +390,10 @@ OUTPUT SETTINGS
*--modulespackage*=<tbz2>::
File to output a .tar.bz2'd modules after the callbacks have run.
-*--kerncache*=<tbz2>::
- File to output a .tar.bz2'd kernel, contents of '/lib/modules/'
- and the kernel config. NOTE: This is created before the callbacks
- are run.
+*--kerncache*=<archive>::
+ Archive file created using tar containing kernel binary, content of
+ '/lib/modules' and the kernel config. NOTE: Archive is created before
+ the callbacks are run.
*--*[*no-*]*kernel-sources*::
This option is only valid if kerncache is defined If there is a