X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fbuild-tools.git;a=blobdiff_plain;f=create_golden_image.sh;h=c51f9d4ae8ad035267cf7055a920559a5ffa3a71;hp=2a9d66ae2700ed42b6338cc26da25d214f6c6442;hb=HEAD;hpb=7dca3e0252134f75444a6e3e1c65a70229aee594 diff --git a/create_golden_image.sh b/create_golden_image.sh index 2a9d66a..c51f9d4 100755 --- a/create_golden_image.sh +++ b/create_golden_image.sh @@ -56,6 +56,6 @@ DIB_DEBUG_TRACE=1 \ DIB_YUM_REPO_CONF="${REPO_FILES}/repositories.repo ${REPO_FILES}/localrepo.repo" \ DIB_LOCAL_IMAGE=$WORKTMP/base-img/$BASE_IMAGE_NAME \ ELEMENTS_PATH=$scriptdir/dib_elements/ \ - /usr/bin/disk-image-create --root-label img-rootfs --image-size $BASE_IMAGE_SIZE vm centos7 selinux-permissive myproduct ${EXTRA_ELEMENTS:-} -o $TMP_GOLDEN_IMAGE + /usr/bin/disk-image-create --root-label img-rootfs --no-tmpfs --image-size $BASE_IMAGE_SIZE vm centos7 selinux-permissive myproduct ${EXTRA_ELEMENTS:-} -o $TMP_GOLDEN_IMAGE rm -rf $WORKTMP/base-img