diff --git a/tools/xen/scripts/install_ubuntu_template.sh b/tools/xen/scripts/install_ubuntu_template.sh index d80ed095e8..d4d6567a40 100755 --- a/tools/xen/scripts/install_ubuntu_template.sh +++ b/tools/xen/scripts/install_ubuntu_template.sh @@ -14,6 +14,9 @@ set -o xtrace # This directory BASE_DIR=$(cd $(dirname "$0") && pwd) +# Source the top level functions +source $BASE_DIR/../../../functions + # For default setings see xenrc source $BASE_DIR/../xenrc