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

Issue 2133006: fix for issue 2610 (Closed)

Created:
10 years, 7 months ago by Tan Gao
Modified:
9 years, 7 months ago
Reviewers:
adlr
CC:
chromium-os-reviews_chromium.org, dneiss, adlr
Base URL:
ssh://git@chromiumos-git/chromeos
Visibility:
Public.

Description

fix for issue 2610 - add back in RECOVERY variable since we can't specify value "0" in place of boolean flag "--recovery" - for recovery image, make ROOT-B 1GB, KERN-B 16MB and stateful partition 1GB

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix for issue 2610 #

Patch Set 3 : corrected a typo #

Total comments: 1

Patch Set 4 : use stateful parition image size for the partition itself #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -4 lines) Patch
M src/platform/installer/chromeos-common.sh View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download
M src/scripts/build_gpt.sh View 4 chunks +8 lines, -3 lines 0 comments Download
M src/scripts/build_image View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Tan Gao
10 years, 7 months ago (2010-05-18 21:51:10 UTC) #1
adlr
LGTM w/ one nit http://codereview.chromium.org/2133006/diff/1/2 File src/platform/installer/chromeos-common.sh (right): http://codereview.chromium.org/2133006/diff/1/2#newcode233 src/platform/installer/chromeos-common.sh:233: total_sectors=6561728 i'd just bump it ...
10 years, 7 months ago (2010-05-18 21:56:22 UTC) #2
Tan Gao
10 years, 7 months ago (2010-05-18 22:24:28 UTC) #3
Tan Gao
http://codereview.chromium.org/2133006/diff/1/2 File src/platform/installer/chromeos-common.sh (right): http://codereview.chromium.org/2133006/diff/1/2#newcode233 src/platform/installer/chromeos-common.sh:233: total_sectors=6561728 changed to 7617187 sectors (3,900,000,000 bytes / 512) ...
10 years, 7 months ago (2010-05-18 22:24:40 UTC) #4
Tan Gao
10 years, 7 months ago (2010-05-18 22:27:15 UTC) #5
adlr
http://codereview.chromium.org/2133006/diff/10001/11001 File src/platform/installer/chromeos-common.sh (right): http://codereview.chromium.org/2133006/diff/10001/11001#newcode233 src/platform/installer/chromeos-common.sh:233: # TODO(tgao): do not hard code. Use relative offset ...
10 years, 7 months ago (2010-05-19 14:41:33 UTC) #6
Tan Gao
Sure, do we have a preference for the desired size of the stateful partition? Once ...
10 years, 7 months ago (2010-05-19 14:45:21 UTC) #7
adlr
You can use the value below, NUM_STATEFUL_SECTORS=$(roundup $(numsectors $stateful_img)) On Wed, May 19, 2010 at ...
10 years, 7 months ago (2010-05-19 14:48:05 UTC) #8
Tan Gao
10 years, 7 months ago (2010-05-19 21:02:19 UTC) #9
adlr
10 years, 7 months ago (2010-05-19 21:08:26 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698