Hi,
Some update in the handling of disk image files:
All disk images from github come now ".gz" compressed.
They are automatically uncompressed when mounted to a disk drive
and the uncompressed image file doesn't yet exist.
I did this because:
- GitHub has a file size limit of 50MB, so now much more images can be distributed over github. However, very large and filled disks (like the 1.5GB RA92 with tons of RSX11M+ tools) which are compressed > 50Mb, still have to be moved on a side channel.
- the update script github-sync.sh will never overwrite again your disk image.dsk file, as only the .gz is downloaded.
- you always have an image.dsk.gz with a fresh version of your disk. Just delete the uncompressed image.dsk, and it will be restored to the .gz version on next mount.
kind regards,
Joerg