Skip to content

Commit

Permalink
create-wic: increase image size from 3gb to 5gb.
Browse files Browse the repository at this point in the history
since the addition of chromium package and it's dependencies, it's
better to update the size now to avoid any possible build failures.

Signed-off-by: Sai Sree Kartheek Adivi <[email protected]>
  • Loading branch information
sskartheekadivi committed Aug 3, 2024
1 parent 854fd2b commit 5514cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-wic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi
IMAGE=tisdk-debian-${BUILD}.wic

echo "Creating an empty image"
dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=6291456 status=progress
dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=10485760 status=progress
sync ; sync

cat << END | fdisk ${BUILDPATH}/${BUILD}/${IMAGE}
Expand Down

0 comments on commit 5514cb2

Please sign in to comment.