Skip to content

Commit

Permalink
Update 01-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 29, 2023
1 parent 7c3a19f commit 91ea014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/01-Baseimage/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pushd ${STAGE_WORK_DIR}

#Makes the images flashable with raspberry pi imager
log "We now define the size to be ~15GB (the maximum size we have in our github builder, this doesn't affect the output image because we're resizeing it in the end before uploading the image)"
WANTEDSIZE="16500000000"
WANTEDSIZE="6500000000"
FILESIZE=$(stat -c%s "IMAGE.img")
DIFFERENCE=$(expr $WANTEDSIZE - $FILESIZE)
DIFFERENCE=$(expr $DIFFERENCE - 1)
Expand Down

0 comments on commit 91ea014

Please sign in to comment.