commit | 852bb420e7161cd26535ab57834f729b96b13bee | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jul 24 11:18:00 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jul 24 11:18:00 2010 -0700 |
tree | 0ff9cb8ff6435bcff0b2a0abae18426b6aa11e19 | |
parent | d4060c3eb656ba475a4d9fea7f1fa786a82960f6 [diff] [blame] |
Do not unmount on wipe unless needed. Add reboot binary. Restart recovery process for Galaxy S.
diff --git a/nandroid.c b/nandroid.c index e3a2bb4..35ad641 100644 --- a/nandroid.c +++ b/nandroid.c
@@ -228,10 +228,12 @@ } ui_print("Restoring %s...\n", name); + /* if (0 != (ret = ensure_root_path_unmounted(root))) { ui_print("Can't unmount %s!\n", mount_point); return ret; } + */ if (0 != (ret = format_root_device(root))) { ui_print("Error while formatting %s!\n", root); return ret;