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

Issue 522003: Fix issue where debconf was asking about the kernel config. (Closed)

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

Description

Fix issue where debconf was asking about the kernel config. The chroot's apt.conf.d has a debconf file which tells apt to run dpkg-preconfigure on all packages before installing. We don't want to do this, especially with an automated build. This CL changes the apt config used by install_packages.sh to be self-contained and skip including the default configs by using the APT_CONFIG evnironement variable. The CL also cleans up some of the apt command lines as well as getting rid of some ugly "$ROOT_FS_DIR/..".

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M src/scripts/install_packages.sh View 4 chunks +22 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tedbo
10 years, 12 months ago (2009-12-23 19:03:00 UTC) #1
Bill Richardson
10 years, 12 months ago (2009-12-23 20:23:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698