Skip to content

Commit

Permalink
building 1.5GB image from random noise
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Feb 3, 2024
1 parent dcba8fd commit 58b10d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_img/build_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ resize2fs -M fs.img

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


echo "Combining Images"
Expand Down

0 comments on commit 58b10d1

Please sign in to comment.