summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2013-10-11 16:57:59 +0200
committerAndy Nichols <andy.nichols@digia.com>2013-10-11 18:02:34 +0300
commit82671c1cb36a0406e5a90a92dd17dedff02b206a (patch)
tree2a46e5bdbc266381b306dda5ca6ec61b48056a1c
parenta10b8b669d357325e9f0b735bcda42758ad2b3d0 (diff)
Doc: Fix umount instructions
umount /media/* will not work if the stuff is automounted under /media/username. Try to unmount in both places. Change-Id: Icdb212e81ff04d6efe4ac0885c733e63a48fe316 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--src/doc/src/b2qt.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 8969292..21fd1f0 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -495,7 +495,7 @@
\endcode
\li Run device/boundary/mksdcard.sh:
\code
- ~/bd-android$ sudo umount /media/*
+ ~/bd-android$ sudo umount /media/* /media/$USER/*
~/bd-android$ sudo device/boundary/mksdcard.sh /dev/XXX
~/bd-android$ sync
\endcode