Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
image: Increase image size.
Browse files Browse the repository at this point in the history
The default image size is very small leting the agent to
do some operations in storage.

Increase to allow the agent run.

Fixes: #27

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Sep 22, 2017
1 parent f0e693d commit 0abd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exit 1
# Image file to be created:
IMAGE="container.img"
# Image contents source folder
IMG_SIZE=${IMG_SIZE:-50M}
IMG_SIZE=${IMG_SIZE:-80M}
BLOCK_SIZE=${BLOCK_SIZE:-4096}

#Create image file
Expand Down

0 comments on commit 0abd5f9

Please sign in to comment.