For Bookworm, use the new non-free-firmware section instead of non-free

This commit is contained in:
Gunnar Wolf
2022-10-12 10:25:53 -05:00
parent 1211f8af04
commit 1ffce8e6bb
2 changed files with 22 additions and 8 deletions

View File

@@ -45,14 +45,13 @@ steps:
arch: __ARCH__
components:
- main
- contrib
- non-free
- __FIRMWARE_COMPONENT__
unless: rootfs_unpacked
- create-file: /etc/apt/sources.list
contents: |+
deb http://deb.debian.org/debian __RELEASE__ main contrib non-free
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free
deb http://deb.debian.org/debian __RELEASE__ main __FIRMWARE_COMPONENT__
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main __FIRMWARE_COMPONENT__
__BACKPORTS__
unless: rootfs_unpacked