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

Side by Side Diff: src/package_repo/package-list-prod.txt

Issue 523159: Changes to make the resulting image mostly functional when skipping debootstrap. (Closed)
Patch Set: Added comment. 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/scripts/install_packages.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file contains the list of packages we install on the production 5 # This file contains the list of packages we install on the production
6 # machines (ie, end users). One package per line 6 # machines (ie, end users). One package per line
7 7
8 # To read these into a line in a script, do: 8 # To read these into a line in a script, do:
9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '` 9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '`
10 # change "' '" to "','" for a comma separated list 10 # change "' '" to "','" for a comma separated list
11 11
12 # TODO: Something broke in the dependencies so we need to manually 12 # TODO: Something broke in the dependencies so we need to manually
13 # ensure that we have some X input packages 13 # ensure that we have some X input packages
14 xserver-xorg-input-kbd 14 xserver-xorg-input-kbd
15 xserver-xorg-input-mouse 15 xserver-xorg-input-mouse
16 xserver-xorg-input-synaptics 16 xserver-xorg-input-synaptics
17 xserver-xorg-video-intel 17 xserver-xorg-video-intel
18 18
19 # xserver 19 # xserver
20 xserver-xorg 20 xserver-xorg
21 21
22 # Newer packages of chromium-browser don't seem to have libgconf2 as 22 # Newer packages of chromium-browser don't seem to have libgconf2 as
23 # part of their depends, but chrome won't run without. 23 # part of their depends, but chrome won't run without.
24 libgconf2-4 24 libgconf2-4
25 25
26 # DRI drivers are needed to run the clutter-based WM. 26 # DRI drivers are needed to run the clutter-based WM.
27 libgl1-mesa-dri 27 libgl1-mesa-dri
28 28
29 # TODO: Remove. For now, install these useful packages until things are farther 29 # TODO: Move into a developer addon list. These should all be
30 # optional. For now, install these useful packages until things are farther
30 # along in development. 31 # along in development.
31 bootchart 32 bootchart
33 bsdutils
34 diff
35 hostname
36 ifupdown
37 iproute
38 iputils-ping
32 less 39 less
40 ncurses-base
41 net-tools
33 openssh-server 42 openssh-server
43 tar
44 vim-tiny
34 xterm 45 xterm
35 46
36 # Fonts 47 # Fonts
37 ttf-dejavu 48 ttf-dejavu
38 ttf-droid 49 ttf-droid
39 ttf-sil-abyssinica 50 ttf-sil-abyssinica
40 51
41 # For power events (needed specifically to trap lid-close) 52 # For power events (needed specifically to trap lid-close)
42 acpid 53 acpid
43 54
44 # For power management (battery monitor) 55 # For power management (battery monitor)
45 devicekit-power 56 devicekit-power
46 57
58 # For dhcp
59 dhcp3-client
60
61 # For system logging
62 rsyslog
63
47 # For mounting 64 # For mounting
48 devicekit-disks 65 devicekit-disks
49 policykit-1 66 policykit-1
50 67
51 # For shutdown to cleanly unmount the stateful partition 68 # For shutdown to cleanly unmount the stateful partition
52 lsof 69 lsof
53 70
54 # For sound (needed specifically for volume adjustment) 71 # For sound (needed specifically for volume adjustment)
55 alsa-utils 72 alsa-utils
56 73
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 ibus-chewing 115 ibus-chewing
99 ibus-hangul 116 ibus-hangul
100 ibus-m17n 117 ibus-m17n
101 ibus-gtk 118 ibus-gtk
102 119
103 # For partitioning (GPT format) 120 # For partitioning (GPT format)
104 gptpart 121 gptpart
105 122
106 # For collecting metrics 123 # For collecting metrics
107 time 124 time
OLDNEW
« no previous file with comments | « no previous file | src/scripts/install_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698