...
If you build a recipe, such as dom0, in this way , you will need to also go run the run that recipe's copy step of in the do_build.sh script before rerunning the ship step (generates iso). Look at the do_build.sh script to see which steps also have a copy step.
Code Block | ||
---|---|---|
| ||
DISTRO="openxt-main" MACHINE="xenclient-dom0" ./bb -c cleansstate xenclient-dom0-image
cd ..
./do_build.sh -s dom0cp,ship |
...