blob: fa8ca78a66728f0fbc6f9c9dab3227a95caec99e [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
The files within this folder are auto-generated by the tool apt-clone. Manual
edition to the content is strongly not recommended.
apt-clone allows you to create a backup of all installed packages for your
Raspberry Pi system that can be restored on freshly imaged Pi. This
synchronized the installed packages across all Raspberry Pi that are dedicated
to performing AVL/autotest tests.
To update the backup list of the installed packages, please perform the
following steps to reduce the number of unnecessary packets:
1. Flash latest/targeted Raspberry OS Lite onto a Raspberry Pi.
2. Perform desired updates, e.g., apt-get --only-upgrade install bluez
3. Back up the updated system with: apt-clone clone /path
4. Extract the exported files into this folder for source control.