diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-06-07 09:48:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-10 10:47:38 +0700 |
commit | 8054f06329d6142f7c38235bc2119cc535bed2fc (patch) | |
tree | e55e380b620d947d7fc512bf554328913ed23e65 /misc/dmg2img/README | |
parent | e3c2182316025dc705097cfbb337a0ca02b6e9fa (diff) |
misc/dmg2img: Updated for version 1.6.7 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |