| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 | 68 |
| 69 # Chrome OS packages; keep alphabetized | 69 # Chrome OS packages; keep alphabetized |
| 70 chromeos-acpi | 70 chromeos-acpi |
| 71 chromeos-chrome | 71 chromeos-chrome |
| 72 chromeos-connman | 72 chromeos-connman |
| 73 chromeos-cryptohome | 73 chromeos-cryptohome |
| 74 chromeos-init | 74 chromeos-init |
| 75 chromeos-installer | 75 chromeos-installer |
| 76 chromeos-libcros | 76 chromeos-libcros |
| 77 chromeos-login | 77 chromeos-login |
| 78 chromeos-metrics-collection |
| 78 chromeos-monitor-reconfig | 79 chromeos-monitor-reconfig |
| 79 chromeos-pam-google | 80 chromeos-pam-google |
| 80 chromeos-ply-image | 81 chromeos-ply-image |
| 81 chromeos-screenlocker | 82 chromeos-screenlocker |
| 82 chromeos-wm | 83 chromeos-wm |
| 83 chromeos-wpasupplicant | 84 chromeos-wpasupplicant |
| 84 memento-updater | 85 memento-updater |
| 85 | 86 |
| 86 # For wireless support | 87 # For wireless support |
| 87 iw | 88 iw |
| 88 libnl1 | 89 libnl1 |
| 89 linux-firmware | 90 linux-firmware |
| 90 | 91 |
| 91 # For IBus | 92 # For IBus |
| 92 ibus | 93 ibus |
| 93 ibus-anthy | 94 ibus-anthy |
| 94 ibus-chewing | 95 ibus-chewing |
| 95 ibus-gtk | 96 ibus-gtk |
| 96 libibus1 | 97 libibus1 |
| 97 python-ibus | 98 python-ibus |
| OLD | NEW |