Re-add 'non-free' to sources till all firmware is moved
The wireless firmware is in the firmware-brcm80211 package, but that is still in 'non-free', so add 'non-free' back to the sources until all the needed firmware packages are in 'non-free-firmware'. https://salsa.debian.org/kernel-team/firmware-nonfree/-/merge_requests/36 is where the move to non-free-firmware is proposed, but not yet merged.
This commit is contained in:
@@ -46,12 +46,13 @@ steps:
|
||||
components:
|
||||
- main
|
||||
- __FIRMWARE_COMPONENT__
|
||||
- __FIRMWARE_COMPONENT_OLD__
|
||||
unless: rootfs_unpacked
|
||||
|
||||
- create-file: /etc/apt/sources.list
|
||||
contents: |+
|
||||
deb http://deb.debian.org/debian __RELEASE__ main __FIRMWARE_COMPONENT__
|
||||
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main __FIRMWARE_COMPONENT__
|
||||
deb http://deb.debian.org/debian __RELEASE__ main __FIRMWARE_COMPONENT__ __FIRMWARE_COMPONENT_OLD__
|
||||
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main __FIRMWARE_COMPONENT__ __FIRMWARE_COMPONENT_OLD__
|
||||
__BACKPORTS__
|
||||
|
||||
unless: rootfs_unpacked
|
||||
|
||||
Reference in New Issue
Block a user