diff options
Diffstat (limited to 'deploy/conf/base.conf')
-rw-r--r-- | deploy/conf/base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 0c221e9e..540efec7 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -1,4 +1,4 @@ -export ISO_URL=${ISO_URL:-http://58.251.166.184:9999/compass.iso} +export ISO_URL=${ISO_URL:-file://`pwd`/work/building/compass.iso} export INSTALL_IP=${INSTALL_IP:-10.1.0.12} export INSTALL_MASK=${INSTALL_MASK:-255.255.255.0} export INSTALL_GW=${INSTALL_GW:-10.1.0.1} |