Mounting DMGs w/ HFS partitions:
http://linuxforums.org.uk/index.php?topic=1072.0
apt-get install hfsplus hfsutils hfsprogs dmg2img
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net/http" | |
| "os" | |
| ) |
| import Html.App as Html | |
| import Html exposing (..) | |
| import Html.Events exposing (onInput) | |
| import Html.Attributes exposing (..) | |
| import Json.Decode exposing ((:=), Decoder) | |
| import Json.Encode | |
| import Task | |
| import Http exposing (Error(..)) | |
| main = |
Mounting DMGs w/ HFS partitions:
http://linuxforums.org.uk/index.php?topic=1072.0
apt-get install hfsplus hfsutils hfsprogs dmg2img