Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
DISTRO="openxt-main" MACHINE="xenclient-dom0" ./bb -c cleansstate xenclient-dom0-image
cd ..  
./do_build.sh -s dom0cp,ship

...