diff options
Diffstat (limited to 'misc/dmg2img/README')
-rw-r--r-- | misc/dmg2img/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/dmg2img/README b/misc/dmg2img/README index 4f8d039248e40..b0b38d9d24393 100644 --- a/misc/dmg2img/README +++ b/misc/dmg2img/README @@ -1,6 +1,7 @@ dmg2img (compressed dmg to hfsplus disk image file conversion tool.) -DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk -file convert tool. +DMG2IMG is an Apple's compressed (zlib, bzip2) dmg to standard (hfsplus) +image disk file convert tool. Under Linux, the converted image can then +be mounted, for example, with -Converts compressed (z-lib) dmg images to iso images. + mount -t hfsplus -o loop <filename> /mnt/hd |