mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Rename update script and update some documentation.
Review URL: http://codereview.chromium.org/1912005
This commit is contained in:
parent
5c37ce2e03
commit
c1214dc327
@ -61,9 +61,9 @@ function copy_stateful_update {
|
|||||||
echo "Starting stateful update."
|
echo "Starting stateful update."
|
||||||
local dev_dir="$(dirname $0)/../platform/dev"
|
local dev_dir="$(dirname $0)/../platform/dev"
|
||||||
|
|
||||||
# Copy over tar files.
|
# Copy over update script and run update.
|
||||||
remote_cp "$dev_dir/stateful_update.sh" "/tmp"
|
remote_cp "$dev_dir/stateful_update" "/tmp"
|
||||||
remote_sh "/tmp/stateful_update.sh"
|
remote_sh "/tmp/stateful_update"
|
||||||
}
|
}
|
||||||
|
|
||||||
function prepare_update_metadata {
|
function prepare_update_metadata {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user