Skip to content

Commit

Permalink
Use less disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 17, 2024
1 parent b7f0849 commit cf29d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ case "$os" in
else
dmg2img -s BaseSystem.dmg fw.img
fi
rm BaseSystem.dmg
echo "Mounting image"
loopdev=$(losetup -f | cut -d "/" -f 3)
sudo losetup -P "${loopdev}" fw.img
Expand Down

0 comments on commit cf29d73

Please sign in to comment.