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

Issue 2127010: 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 --recovery flag to chromeos-installer script to install a recovery image from partition B onto a device's hard drive - add temporary workaround to populate partition B to make installer work - TODO(tgao): write a script to populate partition B and remove workaround

Patch Set 1 #

Total comments: 4

Patch Set 2 : revision based on review feedback round #1 #

Patch Set 3 : fixed a typo on install_gpt line #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M src/platform/installer/chromeos-install View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M src/scripts/build_gpt.sh View 2 chunks +11 lines, -1 line 2 comments Download

Messages

Total messages: 7 (0 generated)
Tan Gao
10 years, 7 months ago (2010-05-20 17:32:15 UTC) #1
adlr
http://codereview.chromium.org/2127010/diff/1/2 File src/platform/installer/chromeos-install (right): http://codereview.chromium.org/2127010/diff/1/2#newcode229 src/platform/installer/chromeos-install:229: $ESP_IMG false $FLAGS_recovery hm, in this case i thought ...
10 years, 7 months ago (2010-05-20 18:21:33 UTC) #2
Tan Gao
http://codereview.chromium.org/2127010/diff/1/2 File src/platform/installer/chromeos-install (right): http://codereview.chromium.org/2127010/diff/1/2#newcode229 src/platform/installer/chromeos-install:229: $ESP_IMG false $FLAGS_recovery good catch. reverted http://codereview.chromium.org/2127010/diff/1/3 File src/scripts/build_gpt.sh ...
10 years, 7 months ago (2010-05-20 19:55:31 UTC) #3
Tan Gao
10 years, 7 months ago (2010-05-20 19:57:06 UTC) #4
Tan Gao
10 years, 7 months ago (2010-05-20 20:36:41 UTC) #5
adlr
LGTM w/ small nit http://codereview.chromium.org/2127010/diff/11001/12002 File src/scripts/build_gpt.sh (right): http://codereview.chromium.org/2127010/diff/11001/12002#newcode157 src/scripts/build_gpt.sh:157: $sudo dd if=${KERNEL_IMG} of=${OUTDEV} conv=notrunc ...
10 years, 7 months ago (2010-05-20 20:41:22 UTC) #6
Tan Gao
10 years, 7 months ago (2010-05-20 20:50:40 UTC) #7
http://codereview.chromium.org/2127010/diff/11001/12002
File src/scripts/build_gpt.sh (right):

http://codereview.chromium.org/2127010/diff/11001/12002#newcode157
src/scripts/build_gpt.sh:157: $sudo dd if=${KERNEL_IMG} of=${OUTDEV}
conv=notrunc bs=512 seek=${START_KERN_B}
good style! fixed START_KERN_A line above as well :-)

Powered by Google App Engine
This is Rietveld 408576698