Make gzipping disk images optional (default on)
Closed this issue · 1 comments
mauiaaron commented
Automatically gzipping disk images should be a user choice. The default should be gzipped.
mauiaaron commented
Disk image access behavior is changing.
- images accessed readonly will not be changed at all, even if they are gzipped (previously we would gunzip/gzip them in-place, but this is potentially destructive)
- images accessed read/write will continue to be gunzipped/gzipped in place at no extra cost