aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-13 12:50:43 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-14 13:58:09 +0200
commit6db19c9fcc6618fe6b00de7f6502ffb169214c90 (patch)
tree99281046d2f16a7d2972b90c54f21be74e80c843 /doc
parentgen_package.sh: Refactor gen_kerncache() (diff)
downloadgenkernel-6db19c9fcc6618fe6b00de7f6502ffb169214c90.tar.gz
genkernel-6db19c9fcc6618fe6b00de7f6502ffb169214c90.tar.bz2
genkernel-6db19c9fcc6618fe6b00de7f6502ffb169214c90.zip
gen_package.sh: Refactor gen_minkernpackage()
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 9e37b32..4eb74ea 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -383,9 +383,9 @@ OUTPUT SETTINGS
Tag the kernel and initrd with a name, if not defined this
option defaults to genkernel.
-*--minkernpackage*=<tbz2>::
- File to output a .tar.bz2'd kernel and initrd: no modules outside
- of the initrd will be included...
+*--minkernpackage*=<file>::
+ Archive file created using tar containing kernel and initramfs.
+ NOTE: No modules outside of the initramfs will be included!
*--modulespackage*=<tbz2>::
File to output a .tar.bz2'd modules after the callbacks have run.