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

Issue 1520028: New Full AU Format w/ support for kernel partition. (Closed)

Created:
10 years, 8 months ago by adlr
Modified:
9 years ago
Reviewers:
sosa
CC:
chromium-os-reviews_chromium.org, adlr
Visibility:
Public.

Description

New Full AU Format w/ support for kernel partition. The old format was: gzip(root filesystem). The new format is: gzip(kernel parition length + kernel partition + root filesystem). The length is 8 bytes (uint64 big endian). This CL fixes the updater and the update generator to support the new format.

Patch Set 1 #

Total comments: 10

Patch Set 2 : fixes for review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -33 lines) Patch
M src/platform/installer/chromeos-postinst View 1 chunk +9 lines, -17 lines 0 comments Download
M src/platform/memento_softwareupdate/Makefile View 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform/memento_softwareupdate/memento_updater.sh View 1 3 chunks +10 lines, -4 lines 0 comments Download
A src/platform/memento_softwareupdate/split_write.cc View 1 1 chunk +137 lines, -0 lines 0 comments Download
M src/scripts/mk_memento_images.sh View 2 chunks +43 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
adlr
10 years, 8 months ago (2010-04-09 03:44:49 UTC) #1
sosa
My only major concern with split_write is I'd much rather have you close the fd ...
10 years, 8 months ago (2010-04-09 16:15:22 UTC) #2
adlr
PTAL thanks http://codereview.chromium.org/1520028/diff/1/4 File src/platform/memento_softwareupdate/memento_updater.sh (right): http://codereview.chromium.org/1520028/diff/1/4#newcode150 src/platform/memento_softwareupdate/memento_updater.sh:150: log "kernel install dev the same as ...
10 years, 8 months ago (2010-04-09 19:36:45 UTC) #3
sosa
10 years, 8 months ago (2010-04-09 19:50:57 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698