diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/genkernel.8.txt | 3 | ||||
-rwxr-xr-x | gen_cmdline.sh | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -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 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 81127e54..fe87df37 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -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. diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 6b7b75c6..f5a9cb04 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -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" |