commit | 2f73e58ef8cf5f8d0f735ce7c42326c09041417f | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Apr 18 16:00:21 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sun Apr 18 16:00:21 2010 -0700 |
tree | bc129f3f9c3a9b02aee321cd1fd7277b9c515ccd | |
parent | 7fe4d7bbcbe1950839c963d4ba07f71a6db362b6 [diff] [blame] |
Unmount partitions after restore (except for CACHE:). Wipe sd-ext on data wipe. Fix bug where wiping SDEXT: did not work.
diff --git a/recovery.c b/recovery.c index 5743bd3..6972564 100644 --- a/recovery.c +++ b/recovery.c
@@ -385,6 +385,7 @@ device_wipe_data(); erase_root("DATA:"); erase_root("CACHE:"); + erase_root("SDEXT:"); ui_print("Data wipe complete.\n"); }