diff options
Diffstat (limited to 'builds.sr.ht/manifest.md')
-rw-r--r-- | builds.sr.ht/manifest.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md index 95510cd..871f42e 100644 --- a/builds.sr.ht/manifest.md +++ b/builds.sr.ht/manifest.md @@ -51,8 +51,12 @@ A list of extra repositories to enable with the image's package manager. The format is name: url, and the syntax of url varies between images. - **Arch Linux** uses `url#key-id`, where `url` is the URL of the package -repository and `key-id` is the ID of the published PGP key the packages are -signed with. + repository and `key-id` is the ID of the published PGP key the packages are + signed with. +- **Debian** uses `url distro component key-id`, where `url` is the URL of the + package repository, `distro` is e.g. `jessie` or `stretch`, `component` is + e.g. `main` or `non-free`, and `key-id` is an optional PGP key ID to add to + apt-key. ## sources |