Skip to content

Commit

Permalink
Increase image build space to 2GB
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 25, 2023
1 parent c164368 commit f822b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export DIST_VERSION=0.14.0
export MODULES="base(raspicam, network, disable-services(gui(fullpageos), usage-statistics))"

# if set will enlarge root parition prior to build by provided size in MB
export BASE_IMAGE_ENLARGEROOT=1000
export BASE_IMAGE_ENLARGEROOT=2000

# if set will resize root partition on image after build to minimum size +
# provided size in MB
Expand Down

0 comments on commit f822b58

Please sign in to comment.