docs: Document --genzimage
authorSebastian Pipping <sebastian@pipping.org>
Mon, 13 Dec 2010 09:33:21 +0000 (10:33 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 13 Dec 2010 09:33:21 +0000 (10:33 +0100)
ChangeLog
doc/genkernel.8.txt
gen_cmdline.sh

index 0f8f523c933c4488892ec8844e90962b2e0aafe3..61af80543ae6adf1a955242fc4cb95986aeb36b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt, gen_cmdline.sh:
+  docs: Document --genzimage
+
   13 Dec 2010; <sping@gentoo.org> gen_cmdline.sh:
   Fix a reference to --nomenuconfig into --no-menuconfig
 
index 81127e54c628079cddc84f283636c2ccdd9e3cbe..fe87df3764fe5013c93802ca7fd50a13312362b7 100644 (file)
@@ -277,6 +277,9 @@ INITIALIZATION
 *--busybox-config*=<file>::
     Specifies a user created busybox config.
 
+*--genzimage*::
+       Make and install kernelz image from 'arch/powerpc/boot/zImage.initrd'.
+
 *--disklabel*::
     Include disk label and uuid support in your initrd.
 
index 6b7b75c61aa300cde7de92f864eb7e3ecd5f97f2..f5a9cb0470eecd434195e2d7d7b0568d1c49224e 100755 (executable)
@@ -91,6 +91,7 @@ longusage() {
   echo "       --bootloader=grub       Add new kernel to GRUB configuration"
   echo "       --linuxrc=<file>        Specifies a user created linuxrc"
   echo "       --busybox-config=<file> Specifies a user created busybox config"
+  echo "       --genzimage             Make and install kernelz image (PowerPC)"
   echo "       --disklabel             Include disk label and uuid support in your"
   echo "                               ramdisk"
   echo "       --luks                  Include LUKS support"