Why OBS call prepare step for every image type? https://github.com/openSUSE/obs-build/blob/4326a1ae347a8a9cd8abe57433f9beb2d... According to http://doc.opensuse.org/projects/kiwi/doc : "Successful completion of the prepare step is a the pre-requisite for the create step of the image build process. With the successful completion of the image preparation the unpacked root tree is considered complete and consistent. Creating the packed, or final image requires the execution of the create step. Multiple images can be created using the same unpacked root tree, for example it is possible to create a self installing OEM image and a virtual machine image from one unpacked root tree, under the condition that both image types are specified in the config.xml when the prepare step is executed. “ OBS can copy image tree if it worry about ‘images.sh’ differences between different image types. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org