Simplify firmware management.
Given the supported distributions, only non-free-firmware matters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user