Skip to content

Commit

Permalink
trying an image more than 2gb
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Sep 2, 2024
1 parent 7cccb7f commit 55c271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_img/build_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ resize2fs -M fs.img

fi
#just make a 2GB image to see if we can upload it
dd if=/dev/random of=fs.img bs=1M count=2000
dd if=/dev/random of=fs.img bs=1M count=2100
#mv os.img fs.img


Expand Down

0 comments on commit 55c271f

Please sign in to comment.