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

Unified Diff: src/package_repo/package-list-prod.txt

Issue 549107: Add --with_dev_pkgs option to build_image.sh to pull in developer debug packages. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/package_repo/package-list-debug.txt ('k') | src/scripts/build_image.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/package_repo/package-list-prod.txt
diff --git a/src/package_repo/package-list-prod.txt b/src/package_repo/package-list-prod.txt
index 58690250889700f4a3adfeff50aba709547bac2a..d34b39834232c8c01fb332c1f850cbee97696f72 100644
--- a/src/package_repo/package-list-prod.txt
+++ b/src/package_repo/package-list-prod.txt
@@ -22,6 +22,9 @@ xserver-xorg
# For creating tokens that allow user binaries to communicate with the xserver.
xauth
+# Some things freak out if the hostname is not set.
+hostname
+
# Newer packages of chromium-browser don't seem to have libgconf2 as
# part of their depends, but chrome won't run without.
libgconf2-4
@@ -29,28 +32,6 @@ libgconf2-4
# DRI drivers are needed to run the clutter-based WM.
libgl1-mesa-dri
-# TODO: Move into a developer addon list. These should all be
-# optional. For now, install these useful packages until things are farther
-# along in development.
-apt
-bootchart
-bsdutils
-bzip2
-diff
-gnupg # needed by apt-get to verify signatures
-hostname
-ifupdown
-iproute
-iputils-ping
-less
-ncurses-base
-net-tools
-openssh-server
-tar
-vim-tiny
-x11-utils
-xterm
-
# Fonts
ttf-dejavu
ttf-droid
« no previous file with comments | « src/package_repo/package-list-debug.txt ('k') | src/scripts/build_image.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698