Table of Contents
You can use differnt preinstalled images to reduce build time. Because this images was created earlier they can contain outdated versions of kernel and packages. You can use new kernel, you can install packages again to update their versions.
To reduce image archive size you have to:
dd if=/dev/zero of=/zero rm -v /zero
Also to reduce image size kernel sources and kernel firmware directories can be deleted. Kernel firmware is needed to run hardware with proprietary drivers. On early stages kernel firmware and sources are not needed.