From 729c0c7a0e3f5055b1175e250e7c55fd7a77bf2c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 27 Jun 2016 16:58:22 -0300 Subject: Prepare memstick to use bsdinstall --- tools/builder_defaults.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/builder_defaults.sh') 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 -- cgit v1.1