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

Issue 6050006: Allow disk image target for copy machine. (Closed)

Created:
10 years ago by Nick Sanders
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa, Tammo Spalink
Visibility:
Public.

Description

Allow disk image target for copy machine. BUG=10531 TEST=build and imaged a mario Change-Id: I60790f178159d707f610ba1668c29179a6c32e61 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=607c078

Patch Set 1 #

Total comments: 8

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : tested #

Patch Set 4 : better commenting #

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -82 lines) Patch
M lib/cros_image_common.sh View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M make_factory_package.sh View 1 2 3 4 5 5 chunks +162 lines, -82 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nick Sanders
Thoughts? Seem reasonable? http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh#newcode93 make_factory_package.sh:93: if ! [ -e gptmbr.bin ]; ...
10 years ago (2010-12-23 04:05:54 UTC) #1
Nick Sanders
http://codereview.chromium.org/6050006/diff/4001/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/6050006/diff/4001/make_factory_package.sh#newcode188 make_factory_package.sh:188: dd of="${dst}" bs=512 seek="${dstoffset}" conv=notrunc seems like perf is ...
10 years ago (2010-12-23 04:07:43 UTC) #2
Hung-Te
The two procedures (omaha/disk image) are totally different. I'm wondering if a new generic script ...
10 years ago (2010-12-23 07:02:20 UTC) #3
Nick Sanders
On 2010/12/23 07:02:20, Hung-Te wrote: > The two procedures (omaha/disk image) are totally different. I'm ...
9 years, 12 months ago (2010-12-28 22:52:21 UTC) #4
Nick Sanders
http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh#newcode39 make_factory_package.sh:39: DEFINE_integer sectors 31277232 "Size of image in sectors" As ...
9 years, 12 months ago (2010-12-28 22:52:31 UTC) #5
Tom Wai-Hong Tam
I went through this change. LGTM.
9 years, 12 months ago (2010-12-29 05:33:24 UTC) #6
Hung-Te
http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh#newcode39 make_factory_package.sh:39: DEFINE_integer sectors 31277232 "Size of image in sectors" We ...
9 years, 12 months ago (2010-12-29 07:48:19 UTC) #7
Nick Sanders
On Tue, Dec 28, 2010 at 11:48 PM, <hungte@chromium.org> wrote: > > http://codereview.chromium.org/6050006/diff/1/make_factory_package.sh > File ...
9 years, 12 months ago (2010-12-29 09:28:04 UTC) #8
Hung-Te
9 years, 12 months ago (2010-12-29 09:37:24 UTC) #9
On 2010/12/29 09:28:04, Nick Sanders wrote:
> That's not the kind of image we are creating. The expected use is (roughly)
  Ah, you're right - now I understand how this image will be used.

Powered by Google App Engine
This is Rietveld 408576698