OLD | NEW |
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 |
(...skipping 15 matching lines...) Expand all Loading... |
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 ssh server until things are farther | 29 # TODO: Remove. For now, install ssh server until things are farther |
30 # along in development. | 30 # along in development. |
31 openssh-server | 31 openssh-server |
32 | 32 |
33 # TODO: Remove. For now, install xterm until things are further along. | 33 # TODO: Remove. For now, install xterm until things are further along. |
34 xterm | 34 xterm |
35 | 35 |
| 36 # TODO: Remove. For now, install bootchart until things are futher. |
| 37 bootchart |
| 38 |
36 # TODO: For Karmic, we might need to add squashfs-tools until they get | 39 # TODO: For Karmic, we might need to add squashfs-tools until they get |
37 # get updated. | 40 # get updated. |
38 #squashfs-tools | 41 #squashfs-tools |
39 | 42 |
40 # Fonts | 43 # Fonts |
41 ttf-dejavu | 44 ttf-dejavu |
42 ttf-droid | 45 ttf-droid |
43 ttf-sil-abyssinica | 46 ttf-sil-abyssinica |
44 | 47 |
45 # for power events (needed specifically to trap lid-close) | 48 # for power events (needed specifically to trap lid-close) |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 # For IBus | 102 # For IBus |
100 ibus | 103 ibus |
101 ibus-anthy | 104 ibus-anthy |
102 ibus-chewing | 105 ibus-chewing |
103 ibus-hangul | 106 ibus-hangul |
104 ibus-m17n | 107 ibus-m17n |
105 ibus-gtk | 108 ibus-gtk |
106 | 109 |
107 # For partitioning (GPT format) | 110 # For partitioning (GPT format) |
108 gptpart | 111 gptpart |
OLD | NEW |