From 192a0fa2ef77c79b3efe6aeabee5ce04efce1256 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sat, 27 Sep 2014 22:46:28 +0200 Subject: auto-umount those annoying Mac OSX partitions --- scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3