Installing a Custom Operating System with HP Insight Control for Linux

12
Sourcing in the GUID.vars file
This example bash script sources the GUID.vars file.
if [ $# -ne 1 ]
then
echo "usage: $0 variables_file" 1>&2
exit 1
else
VARS_FILE=$1
fi
# Source in the file containing the variables.
. $VARS_FILE