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

Issue 1784006: Changes to image_to_live to copy stateful partition over (Closed)

Created:
10 years, 8 months ago by sosa
Modified:
9 years, 6 months ago
Reviewers:
Chris Masone, seano
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git//chromeos
Visibility:
Public.

Description

Changes to image_to_live to copy stateful partition over

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1 line) Patch
M src/platform/init/chromeos_startup View 1 chunk +12 lines, -0 lines 0 comments Download
M src/scripts/image_to_live.sh View 3 chunks +27 lines, -1 line 1 comment Download
M src/scripts/remote_access.sh View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sosa
10 years, 8 months ago (2010-04-27 17:48:07 UTC) #1
seano
LGTM workflow-wise, some minor comments about creating & transferring the archive dirs.. http://codereview.chromium.org/1784006/diff/1/3 File src/scripts/image_to_live.sh ...
10 years, 8 months ago (2010-04-27 18:17:12 UTC) #2
seano
10 years, 8 months ago (2010-04-27 20:17:44 UTC) #3
LGTM for now. 

On 2010/04/27 18:17:12, seano wrote:
> LGTM workflow-wise, some minor comments about creating & transferring the
> archive dirs..
> 
> http://codereview.chromium.org/1784006/diff/1/3
> File src/scripts/image_to_live.sh (right):
> 
> http://codereview.chromium.org/1784006/diff/1/3#newcode65
> src/scripts/image_to_live.sh:65: # Copy over tar files.
> I might be missing the reason that you need to create tar files on disk and
scp
> them, but I think one tar command + a tarpipe via remote_sh is simpler and
> avoids making extraneous on-disk copies of stuff...
> 
> cd /tmp/s && sudo tar -c var/ dev_image | remote_sh "(cd /path/ && tar -x" ?

Powered by Google App Engine
This is Rietveld 408576698