summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 16:58:22 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 17:21:42 -0300
commit729c0c7a0e3f5055b1175e250e7c55fd7a77bf2c (patch)
tree67b97980b901a95e926091ad02f455060d5604ac /tools/builder_defaults.sh
parentfe5c5ee1694dbf7e1a1be57a6379fd0c8bee45c2 (diff)
downloadpfsense-729c0c7a0e3f5055b1175e250e7c55fd7a77bf2c.zip
pfsense-729c0c7a0e3f5055b1175e250e7c55fd7a77bf2c.tar.gz
Prepare memstick to use bsdinstall
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 60d6fcd..73c7e6e 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -194,6 +194,9 @@ if [ ! -d ${BUILDER_LOGS} ]; then
fi
# This is where files will be staged
+export INSTALLER_CHROOT_DIR=${INSTALLER_CHROOT_DIR:-"${SCRATCHDIR}/installer-dir"}
+
+# This is where files will be staged
export STAGE_CHROOT_DIR=${STAGE_CHROOT_DIR:-"${SCRATCHDIR}/stage-dir"}
# Directory that will clone to in order to create
OpenPOWER on IntegriCloud