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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 chromeos-acpi | 72 chromeos-acpi |
73 chromeos-chrome | 73 chromeos-chrome |
74 chromeos-connman | 74 chromeos-connman |
75 chromeos-cryptohome | 75 chromeos-cryptohome |
76 chromeos-init | 76 chromeos-init |
77 chromeos-installer | 77 chromeos-installer |
78 chromeos-libcros | 78 chromeos-libcros |
79 chromeos-login | 79 chromeos-login |
80 chromeos-minijail | 80 chromeos-minijail |
81 chromeos-metrics-collection | 81 chromeos-metrics-collection |
| 82 chromeos-metrics-daemon |
82 chromeos-monitor-reconfig | 83 chromeos-monitor-reconfig |
83 chromeos-pam-google | 84 chromeos-pam-google |
84 chromeos-ply-image | 85 chromeos-ply-image |
85 chromeos-screenlocker | 86 chromeos-screenlocker |
86 chromeos-wm | 87 chromeos-wm |
87 chromeos-wpasupplicant | 88 chromeos-wpasupplicant |
88 memento-updater | 89 memento-updater |
89 | 90 |
90 # For wireless support | 91 # For wireless support |
91 iw | 92 iw |
92 libnl1 | 93 libnl1 |
93 linux-firmware | 94 linux-firmware |
94 | 95 |
95 # For IBus | 96 # For IBus |
96 ibus | 97 ibus |
97 ibus-anthy | 98 ibus-anthy |
98 ibus-chewing | 99 ibus-chewing |
99 ibus-gtk | 100 ibus-gtk |
100 libibus1 | 101 libibus1 |
101 python-ibus | 102 python-ibus |
102 | 103 |
103 # For partitioning (GPT format) | 104 # For partitioning (GPT format) |
104 gptpart | 105 gptpart |
OLD | NEW |