From 10a86ee72bbebec616a8a2f82ac2d31b2885d785 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 13 Dec 2010 10:33:21 +0100 Subject: [PATCH] docs: Document --genzimage --- ChangeLog | 3 +++ doc/genkernel.8.txt | 3 +++ gen_cmdline.sh | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f8f523..61af805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 13 Dec 2010; doc/genkernel.8.txt, gen_cmdline.sh: + docs: Document --genzimage + 13 Dec 2010; gen_cmdline.sh: Fix a reference to --nomenuconfig into --no-menuconfig diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 81127e5..fe87df3 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -277,6 +277,9 @@ INITIALIZATION *--busybox-config*=:: 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 6b7b75c..f5a9cb0 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= Specifies a user created linuxrc" echo " --busybox-config= 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" -- 2.26.2