summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-19 10:47:21 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-19 10:47:21 -0700
commit129a1a90795850c50e1cf6d86f01c4b876aefa6c (patch)
treef83c5966f335ddf2ec6ad2939e049637626226c9 /updater.sh
parent5aec5b6a19c7babce4b14fb6d0e32f785a3f0144 (diff)
downloaddevice_samsung_aries-common-129a1a90795850c50e1cf6d86f01c4b876aefa6c.zip
device_samsung_aries-common-129a1a90795850c50e1cf6d86f01c4b876aefa6c.tar.gz
device_samsung_aries-common-129a1a90795850c50e1cf6d86f01c4b876aefa6c.tar.bz2
umount data first
Change-Id: I11d19f9f9d3b698c457fcaaf2155c4450d83121e
Diffstat (limited to 'updater.sh')
-rw-r--r--updater.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.sh b/updater.sh
index 9508071..377ba8a 100644
--- a/updater.sh
+++ b/updater.sh
@@ -103,6 +103,7 @@ elif /tmp/busybox test -e /dev/block/mtdblock0 ; then
/tmp/erase_image cache
# unmount and format data
+ /tmp/busybox umount /data
/tmp/make_ext4fs -b 4096 -g 32768 -i 8192 -I 256 -a /data /dev/block/mmcblk0p2
# unmount and format datadata