Skip to content

Commit

Permalink
being more efficient with disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Feb 2, 2024
1 parent a364b9c commit dcba8fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_img/build_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +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
#dd if=os.img of=fs.img bs=1M
mv os.img fs.img


echo "Combining Images"
Expand Down

0 comments on commit dcba8fd

Please sign in to comment.