Skip to content

Commit

Permalink
Merge pull request #91 from fbelavenuto/89-no-space-left-on-device
Browse files Browse the repository at this point in the history
Growing image size
  • Loading branch information
fbelavenuto authored Aug 11, 2022
2 parents bde2a2d + 22fc5f3 commit 27d322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/board/arpl/make-img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BOARD_PATH="${CONFIG_DIR}/board/arpl"

echo "Creating image file"
# Create image zeroed
dd if="/dev/zero" of="${IMAGE_FILE}" bs=1M count=300 conv=sync 2>/dev/null
dd if="/dev/zero" of="${IMAGE_FILE}" bs=1M count=500 conv=sync 2>/dev/null
# Copy grub stage1 to image
dd if="${BOARD_PATH}/grub.bin" of="${IMAGE_FILE}" conv=notrunc,sync 2>/dev/null
# Create partitions on image
Expand Down

0 comments on commit 27d322e

Please sign in to comment.