From: Sebastian Pipping Date: Mon, 6 Dec 2010 13:39:26 +0000 (+0100) Subject: docs: Mention both "initramfs" and "ramdisk" as available actions X-Git-Tag: v3.4.10.908~13^2^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f324dccb28cafaebc66f5145650b1fe0d603188;p=genkernel.git docs: Mention both "initramfs" and "ramdisk" as available actions --- diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index c6867a7..2058e6a 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -50,10 +50,12 @@ actions are supported: Build all steps - the kernel, modules, and the ramdisk. *bzImage*:: Build only the kernel. +*initramfs*:: + Build only the ramdisk/initramfs. *kernel*:: Build only the kernel and the modules. -*initramfs*:: - Build only the ramdisk. +*ramdisk*:: + Build only the ramdisk/initramfs. OPTIONS diff --git a/gen_cmdline.sh b/gen_cmdline.sh index bb0d8fd..fe2a83e 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -9,6 +9,7 @@ longusage() { echo "Available Actions: " echo " all Build all steps" echo " bzImage Build only the kernel" + echo " initramfs Build only the ramdisk/initramfs" echo " kernel Build only the kernel and modules" echo " ramdisk Build only the ramdisk/initramfs" echo