Simplify firmware management.

Given the supported distributions, only non-free-firmware matters.
This commit is contained in:
Cyril Brulebois
2026-03-26 23:12:10 +01:00
parent 6aaf342c32
commit 97cea51e6d
2 changed files with 8 additions and 22 deletions

View File

@@ -47,15 +47,14 @@ steps:
arch: __ARCH__
components:
- main
- __FIRMWARE_COMPONENT__
- __FIRMWARE_COMPONENT_OLD__
- non-free-firmware
unless: rootfs_unpacked
- create-file: /etc/apt/sources.list
contents: |+
deb http://deb.debian.org/debian __RELEASE__ main __FIRMWARE_COMPONENT__ __FIRMWARE_COMPONENT_OLD__
deb http://deb.debian.org/debian __RELEASE__-updates main __FIRMWARE_COMPONENT__ __FIRMWARE_COMPONENT_OLD__
deb http://security.debian.org/debian-security __RELEASE__-security main __FIRMWARE_COMPONENT__ __FIRMWARE_COMPONENT_OLD__
deb http://deb.debian.org/debian __RELEASE__ main non-free-firmware
deb http://deb.debian.org/debian __RELEASE__-updates main non-free-firmware
deb http://security.debian.org/debian-security __RELEASE__-security main non-free-firmware
__BACKPORTS__
unless: rootfs_unpacked