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

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

Issue 515009: Add --no-install-recommends when we install most of our components. (Closed)
Patch Set: Created 11 years 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 | « no previous file | src/scripts/customize_rootfs.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 e7586ceb629c58f6de7d18a3618f6c8961cbf671..74674a92f7bd56ecffcfe596b799cf6ac50dd925 100644
--- a/src/package_repo/package-list-prod.txt
+++ b/src/package_repo/package-list-prod.txt
@@ -9,14 +9,15 @@
# PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '`
# change "' '" to "','" for a comma separated list
-# xserver
-xserver-xorg
-
# TODO: Something broke in the dependencies so we need to manually
# ensure that we have some X input packages
xserver-xorg-input-kbd
xserver-xorg-input-mouse
xserver-xorg-input-synaptics
+xserver-xorg-video-intel
+
+# xserver
+xserver-xorg
# Newer packages of chromium-browser don't seem to have libgconf2 as
# part of their depends, but chrome won't run without.
@@ -29,15 +30,13 @@ libgl1-mesa-dri
# along in development.
openssh-server
+# TODO: Remove. For now, install xterm until things are further along.
+xterm
+
# TODO: For Karmic, we might need to add squashfs-tools until they get
# get updated.
#squashfs-tools
-# Attempt to get nvidia drivers working
-# TODO: This currently does not work, so uncomment with caution.
-#nvidia-glx-180
-#nvidia-180-modaliases
-
# Fonts
ttf-dejavu
ttf-droid
@@ -53,6 +52,9 @@ devicekit-power
devicekit-disks
policykit-1
+# for shutdown to cleanly unmount the stateful partition
+lsof
+
# For sound (needed specifically for volume adjustment)
alsa-utils
« no previous file with comments | « no previous file | src/scripts/customize_rootfs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698