summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2014-09-27 22:46:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-27 22:46:28 +0200
commit192a0fa2ef77c79b3efe6aeabee5ce04efce1256 (patch)
treea67aa2e1fef3e424337283d8e6c07037c3993ca8 /scripts
parent4c72bfe6a1c5a943f060d13c2c6dfd7c39902552 (diff)
auto-umount those annoying Mac OSX partitions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index ec08151aa..508c2bc37 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -155,9 +155,9 @@ fi
case $ostype {
(Darwin)
- R=/Volumes/ADKROOT
- B=/Volumes/ADKBOOT
- D=/Volumes/ADKDATA
+ R=/Volumes/ADKROOT; diskutil unmount $R
+ B=/Volumes/ADKBOOT; diskutil unmount $B
+ D=/Volumes/ADKDATA; diskutil unmount $D
basedev=$tgt
rootpart=${basedev}s1
datapart=${basedev}s2