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

Issue 3083007: add script to mod dev install shim to create a dev recovery image (Closed)

Created:
10 years, 4 months ago by Tan Gao
Modified:
9 years, 7 months ago
Reviewers:
Nick Sanders, adlr
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
http://src.chromium.org/git/crosutils.git
Visibility:
Public.

Description

add script to mod dev install shim to create a dev recovery image Change-Id: I1333cef94e5157206a464d9505de42707ead10a4

Patch Set 1 #

Patch Set 2 : fix a few logic errors #

Patch Set 3 : fix kernel copy error #

Total comments: 12

Patch Set 4 : minor fix per review feedback #

Total comments: 4

Patch Set 5 : remove code to extract kernel image/size #

Patch Set 6 : remove unused arg in install_gpt() call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -0 lines) Patch
A mod_image_for_dev_recovery.sh View 1 2 3 4 5 1 chunk +172 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Tan Gao
Hi Andrew/Nick, This CL includes a shell script that takes as inputs -- a.) path ...
10 years, 4 months ago (2010-08-02 18:42:42 UTC) #1
adlr
http://codereview.chromium.org/3083007/diff/6001/7001 File mod_image_for_dev_recovery.sh (right): http://codereview.chromium.org/3083007/diff/6001/7001#newcode69 mod_image_for_dev_recovery.sh:69: set -e should you move to up to right ...
10 years, 4 months ago (2010-08-02 23:05:41 UTC) #2
Tan Gao
PTAL, thx! http://codereview.chromium.org/3083007/diff/6001/7001 File mod_image_for_dev_recovery.sh (right): http://codereview.chromium.org/3083007/diff/6001/7001#newcode69 mod_image_for_dev_recovery.sh:69: set -e good point .. done http://codereview.chromium.org/3083007/diff/6001/7001#newcode117 ...
10 years, 4 months ago (2010-08-02 23:29:39 UTC) #3
adlr
http://codereview.chromium.org/3083007/diff/11001/12001 File mod_image_for_dev_recovery.sh (right): http://codereview.chromium.org/3083007/diff/11001/12001#newcode109 mod_image_for_dev_recovery.sh:109: local source_img="${TEMP_MNT_ROOTFS}/boot/vmlinuz" can you make it so you don't ...
10 years, 4 months ago (2010-08-03 20:49:17 UTC) #4
Tan Gao
http://codereview.chromium.org/3083007/diff/11001/12001 File mod_image_for_dev_recovery.sh (right): http://codereview.chromium.org/3083007/diff/11001/12001#newcode109 mod_image_for_dev_recovery.sh:109: local source_img="${TEMP_MNT_ROOTFS}/boot/vmlinuz" hmm .. the kernel partition ("part_2" produced ...
10 years, 4 months ago (2010-08-03 20:55:50 UTC) #5
adlr
from chromeos-common.sh local num_vboot_sectors=512 # 256K so, if you get the number of sectors for ...
10 years, 4 months ago (2010-08-03 21:03:01 UTC) #6
Tan Gao
uhh .. never mind, Bill's change (http://codereview.chromium.org/3054041) just made kernel default to the max size ...
10 years, 4 months ago (2010-08-03 22:28:38 UTC) #7
Tan Gao
Hi Andrew, is this CL ready to go? Thanks! Tan
10 years, 4 months ago (2010-08-04 17:53:57 UTC) #8
adlr
10 years, 4 months ago (2010-08-04 17:58:36 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698