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

Unified Diff: cros_generate_update_payload

Issue 3135024: AU: make mk_memento_images not change rootfs (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 4 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 | mk_memento_images.sh » ('j') | mk_memento_images.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cros_generate_update_payload
diff --git a/cros_generate_update_payload b/cros_generate_update_payload
index 5edc756f8c264c2072d7615dbad5cd08e407479e..edc40d41fa1fa582a12a29e1a82eeba106c383c3 100755
--- a/cros_generate_update_payload
+++ b/cros_generate_update_payload
@@ -167,7 +167,7 @@ else
GENERATOR="$(dirname "$0")/mk_memento_images.sh"
- "$GENERATOR" "$DST_KERNEL" "$DST_ROOT"
+ CROS_GENERATE_UPDATE_PAYLOAD_CALLED=1 "$GENERATOR" "$DST_KERNEL" "$DST_ROOT"
mv "$(dirname "$DST_KERNEL")/update.gz" "$FLAGS_output"
trap - INT TERM EXIT
« no previous file with comments | « no previous file | mk_memento_images.sh » ('j') | mk_memento_images.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698