mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
For Bookworm, use the new non-free-firmware section instead of non-free
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user