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

Issue 414051: Split out installation of packages from customize_rootfs into a separate script. (Closed)

Created:
11 years, 1 month ago by tedbo
Modified:
9 years, 7 months ago
Reviewers:
Bill Richardson
CC:
chromium-os-reviews_googlegroups.com, djmm
Visibility:
Public.

Description

Split out installation of packages from customize_rootfs into a separate script. The build_image script now calls install_packages.sh followed by customize_rootfs.sh. The current system installs packages and performs customization fixups from within the rootfs it is building. In order to cross-build properly we'll need to do these steps from outside of the root. Splitting package installation and rootfs customization will make it easier to do this. A follow-on change will modify customize_rootfs to run from outside of the rootfs. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=300

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -73 lines) Patch
M src/scripts/build_image.sh View 3 chunks +10 lines, -1 line 0 comments Download
M src/scripts/customize_rootfs.sh View 4 chunks +1 line, -72 lines 0 comments Download
A src/scripts/install_packages.sh View 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tedbo
11 years, 1 month ago (2009-11-20 21:41:01 UTC) #1
Bill Richardson
11 years, 1 month ago (2009-11-20 21:55:13 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698