docs: Mention both "initramfs" and "ramdisk" as available actions
authorSebastian Pipping <sebastian@pipping.org>
Mon, 6 Dec 2010 13:39:26 +0000 (14:39 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 6 Dec 2010 13:39:26 +0000 (14:39 +0100)
doc/genkernel.8.txt
gen_cmdline.sh

index c6867a7503c6f6cf84aded9fcf25ac58cecee097..2058e6aca5a54feb1c4c6c26041d39914f5f1c7e 100644 (file)
@@ -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
index bb0d8fd716ed7be6d2aae3fa64ed7999b16b80c9..fe2a83ec9f7863ec3d4737a02c1530f631077291 100755 (executable)
@@ -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