Skip to content

Commit

Permalink
use os.img to make the file bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Feb 2, 2024
1 parent 3ce8bbb commit 2e429c3
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 1GB image to see if we can upload it
dd if=/dev/zero of=fs.img bs=1M count=1000
dd if=os.img of=fs.img bs=1M count=1000


echo "Combining Images"
Expand Down

0 comments on commit 2e429c3

Please sign in to comment.