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

Issue 527015: Changes to install_packages.sh so that we can master an image without (Closed)

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

Description

Changes to install_packages.sh so that we can master an image without running maintainer scripts. This is a work-in-progress. If you build_image like: EXPERIMENTAL_NO_DEBOOTSTRAP=1 ./build_image.sh it will skip debootstrap and install the base required packages without running maintainer scripts. This is about 68 packages that have lots of interleaved dependencies so it is nasty to trim down. If you build like: EXPERIMENTAL_NO_MAINTAINER_SCRIPTS=1 ./build_image.sh it will install all packages skipping maintainer scripts. Using these we can try and get things in a state where we can create an image built of cross-compiled packages. This is obviously not finished but in this case I prefer to commit early so others can poke at it.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -22 lines) Patch
M src/package_repo/package-list-prod.txt View 1 chunk +7 lines, -14 lines 0 comments Download
M src/scripts/customize_rootfs.sh View 1 chunk +3 lines, -0 lines 0 comments Download
M src/scripts/dpkg_no_scripts.sh View 3 chunks +11 lines, -0 lines 0 comments Download
M src/scripts/install_packages.sh View 5 chunks +84 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tedbo
10 years, 11 months ago (2010-01-07 01:42:03 UTC) #1
Bill Richardson
10 years, 11 months ago (2010-01-07 02:16:32 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698