diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 19:07:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 19:07:02 +0100 |
commit | 09340685c13fcc7d32a3c8a4153e0e73166897b9 (patch) | |
tree | c3f1ffaab3133f19676775fec249dc3da7722b93 /scripts | |
parent | 43f399db72ca82f186ce7040fc39794b102c263f (diff) | |
parent | bd228e8c35627f71a4a15a05424dbd178fcb31e8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-tools.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index a7883cb24..c16aff609 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -37,8 +37,9 @@ if [[ -e foo ]]; then Darwin*) echo "Building OpenADK on $os needs a case-sensitive disk partition." echo "For Snow Leopard and above you can use diskutil to resize your existing disk." - echo "For older versions you might consider to use a disk image." echo "Example: sudo diskutil resizeVolume disk0s2 90G 1 jhfsx adk 30G" + echo "For older versions you might consider to use a disk image:" + echo "hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size 30g ~/openadk.dmg" ;; esac exit 1 |