#
# Build
#
-figlet "building $LIVE_TYPE with build_id $BUILD_ID"
+echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a - | figlet
cd pserver.flexible
sudo bash ./lb_build.sh mrproper
done
figlet "cleanup OK"
+
+figlet "activate:"
+echo "You still have to activate your newly build live-build on every management server that is going to provide your new build. Please refer to following documentation to find out how to do it: "
+echo " * http://homepage.profitbricks.localdomain/doc/so-docs/pserver-diskless-boot/#_activating_live_builds"
+echo " * http://homepage.profitbricks.localdomain/doc/so-docs/pserver-diskless-boot/#_fabric_deploy"