FreePBX-4.211.64-9 img file 2000MB big

I downloaded the new freepbx distro .img file which i found strange had increased by about 1GB in size since the last release.

After mounting it i found that only 1004Mb is being used inside that image the rest if free space…

df -h

/root/FreePBX-4.211.64-9-x86_64-Full-1385936556.img
2.0G 1004M 865M 54% /tmp/img

Might want to fix that since downloading 1GB of free space is a bit messed up

Anyways if there is ppl that have downloaded the 2Gb .img file, then you can shrink it using linux.

just type the following:
e2fsck -f FreePBX-4.211.64-9-x86_64-Full-1385936556.img
resize2fs -p FreePBX-4.211.64-9-x86_64-Full-1385936556.img 260857

if it moans eg: resize2fs: New size smaller than minimum, just replace the 260857 with the size in brackets.