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

Unified Diff: memento_updater.sh

Issue 6806001: factory_installer: force updating firmware in factory install mode. (TBR) (Closed) Base URL: ssh://gitrw.chromium.org:9222/memento_softwareupdate.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: memento_updater.sh
diff --git a/memento_updater.sh b/memento_updater.sh
index 56f1bcc71169541d8b10acdb14296eca4de7b28d..4bc8e1cd4ce74de3bee328d4e9636448d0126504 100755
--- a/memento_updater.sh
+++ b/memento_updater.sh
@@ -333,7 +333,8 @@ fi
if [ "${FLAGS_force_track}" = "firmware-channel" ]; then
log execute firmware-install script
INSTALL_SCRIPT="${FLAGS_dst_partition}"
- /bin/sh "${INSTALL_SCRIPT}" --factory 2>&1 | cat >> "$MEMENTO_AU_LOG"
+ /bin/sh "${INSTALL_SCRIPT}" --force --mode=factory_install 2>&1 |
+ cat >> "$MEMENTO_AU_LOG"
[ "${PIPESTATUS[*]}" = "0 0" ]
FIRMWAREUPDATE_RETURN_CODE=$?
abort_update_if_cmd_failed_long "$FIRMWAREUPDATE_RETURN_CODE" \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698