aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-06-16 01:10:52 +0000
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-06-16 01:10:52 +0000
commit86651715df0b54f2acaa7b9962c9670967b29aa9 (patch)
tree650c0d3fb58b5c6773d153d289af4a31b8cec9f5
parentBugfixes and tidy up (diff)
parentBugfixes and tidy up (diff)
downloadgentoaster-86651715df0b54f2acaa7b9962c9670967b29aa9.tar.gz
gentoaster-86651715df0b54f2acaa7b9962c9670967b29aa9.tar.bz2
gentoaster-86651715df0b54f2acaa7b9962c9670967b29aa9.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/gentoaster
-rwxr-xr-xcreate_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_image.sh b/create_image.sh
index 1f58e83..5b7340a 100755
--- a/create_image.sh
+++ b/create_image.sh
@@ -14,7 +14,7 @@ IMAGE_NAME="${BUILD_ID}.image"
ROOT_MEGABYTES=$(( ${IMAGE_MEGABYTES} - ( ${BOOT_MEGABYTES} + ${SWAP_MEGABYTES} + 1 ) ))
IMAGE_BYTES=$(( ${IMAGE_MEGABYTES} * 1024 * 1024 ))
IMAGES_OUTPUT_PATH=`pwd`
-IMAGE_WORK_PATH="/root/gentoo/${BUILD_ID}"
+IMAGE_WORK_PATH="${IMAGES_OUTPUT_PATH}/${BUILD_ID}"
LOG_FILE="${IMAGE_WORK_PATH}/log.txt"
TOOL_RES_PATH=`pwd`/res