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
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