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

Unified Diff: src/scripts/image_to_live.sh

Issue 1912005: Rename update script and update some documentation. (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: Add script Created 10 years, 8 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 | « src/platform/dev/stateful_update ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/image_to_live.sh
diff --git a/src/scripts/image_to_live.sh b/src/scripts/image_to_live.sh
index d12aad85fb5c074caa443d10a9e579002bf4c26d..70dcc801acaad601a744544626d2abac69f243e0 100755
--- a/src/scripts/image_to_live.sh
+++ b/src/scripts/image_to_live.sh
@@ -61,9 +61,9 @@ function copy_stateful_update {
echo "Starting stateful update."
local dev_dir="$(dirname $0)/../platform/dev"
- # Copy over tar files.
- remote_cp "$dev_dir/stateful_update.sh" "/tmp"
- remote_sh "/tmp/stateful_update.sh"
+ # Copy over update script and run update.
+ remote_cp "$dev_dir/stateful_update" "/tmp"
+ remote_sh "/tmp/stateful_update"
}
function prepare_update_metadata {
« no previous file with comments | « src/platform/dev/stateful_update ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698