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

Unified Diff: client/site_tests/factory_Wipe/src/switch_partitions.sh

Issue 3302013: Force the postinst call in factory_Wipe to NOT update firmware (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 3 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: client/site_tests/factory_Wipe/src/switch_partitions.sh
diff --git a/client/site_tests/factory_Wipe/src/switch_partitions.sh b/client/site_tests/factory_Wipe/src/switch_partitions.sh
index f6158f08d760bc2642071d44ee627db0c46532eb..1e0dea9fd54bb84cd560fb210eb95caf265653a5 100755
--- a/client/site_tests/factory_Wipe/src/switch_partitions.sh
+++ b/client/site_tests/factory_Wipe/src/switch_partitions.sh
@@ -21,7 +21,7 @@ echo "Running postinst on $OTHER_ROOT_DEV"
MOUNTPOINT=$(mktemp -d)
mkdir -p "$MOUNTPOINT"
mount -o ro "$OTHER_ROOT_DEV" "$MOUNTPOINT"
-"$MOUNTPOINT"/postinst "$OTHER_ROOT_DEV"
+"$MOUNTPOINT"/postinst --noupdate_firmware "$OTHER_ROOT_DEV"
POSTINST_RETURN_CODE=$?
umount "$MOUNTPOINT"
rmdir "$MOUNTPOINT"
« 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