diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-09 18:09:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-09 18:09:52 +0100 |
commit | 648e5d6e8c5a01102f71036e10cf8841c88f687f (patch) | |
tree | 8b5b03f4de56e2ff61a3ab27d7f41c0b79336539 /scripts | |
parent | 9fefab63a7256b36807cb0f5eb8a290468582c2c (diff) | |
parent | c5eedebec9a31762dd50409c36ea2e1163b339fe (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 |