Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: factory_reset.sh

Issue 6708106: Fix factory installer for ARM platforms (Closed) Base URL: ssh://gitrw.chromium.org:9222/factory_installer.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« factory_install.sh ('K') | « factory_install.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory_reset.sh
diff --git a/factory_reset.sh b/factory_reset.sh
index 3d5e66c16eaddf2bc4a204366b69f278006e80fe..ed140ab3c8fd06bc654f427af3b646c7841ed69a 100644
--- a/factory_reset.sh
+++ b/factory_reset.sh
@@ -13,7 +13,7 @@ echo "Factory reset"
if [ -b /dev/sda ]; then
STATE_DEV="/dev/sda1"
elif [ -b /dev/mmcblk0 ]; then
- STATE_DEV="/dev/mmcblk01"
+ STATE_DEV="/dev/mmcblk0p1"
else
echo "Failed to find root SSD."
exit 1
« factory_install.sh ('K') | « factory_install.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698