Hi. Iā am building an project using Kiwi.
I have a build.sh script that should build the image.
Build.sh Code:
rm -rf build/root
mkdir -p build image
kiwi --prepare source --root build/root
kiwi --create build/root -d image
But in the image folder their is nothing
The source folder contains the config.xml, root folder and config.sh
Should anyone know why it is going wrong?
Thanks in Advance.