docs: Mention both "initramfs" and "ramdisk" as available actions

cleanup-cruft
Sebastian Pipping 14 years ago
parent 4c1d7997f8
commit 6f324dccb2

@ -50,10 +50,12 @@ actions are supported:
Build all steps - the kernel, modules, and the ramdisk. Build all steps - the kernel, modules, and the ramdisk.
*bzImage*:: *bzImage*::
Build only the kernel. Build only the kernel.
*initramfs*::
Build only the ramdisk/initramfs.
*kernel*:: *kernel*::
Build only the kernel and the modules. Build only the kernel and the modules.
*initramfs*:: *ramdisk*::
Build only the ramdisk. Build only the ramdisk/initramfs.
OPTIONS OPTIONS

@ -9,6 +9,7 @@ longusage() {
echo "Available Actions: " echo "Available Actions: "
echo " all Build all steps" echo " all Build all steps"
echo " bzImage Build only the kernel" echo " bzImage Build only the kernel"
echo " initramfs Build only the ramdisk/initramfs"
echo " kernel Build only the kernel and modules" echo " kernel Build only the kernel and modules"
echo " ramdisk Build only the ramdisk/initramfs" echo " ramdisk Build only the ramdisk/initramfs"
echo echo

Loading…
Cancel
Save