mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
Explain the decision behind keeping backports_* variables.
The backports_suite variable could probably be dropped, as (at least right now) all backports suites are called <suite>-backports.
This commit is contained in:
@@ -63,7 +63,8 @@ if version != '2':
|
|||||||
else:
|
else:
|
||||||
bluetooth_firmware = ''
|
bluetooth_firmware = ''
|
||||||
|
|
||||||
# Pi 4 on buster requires some backports:
|
# Pi 4 on buster required some backports. Let's keep variables around, ready to
|
||||||
|
# be used whenever we need to pull specific things from backports.
|
||||||
backports_enable = False
|
backports_enable = False
|
||||||
backports_suite = '%s-backports' % suite
|
backports_suite = '%s-backports' % suite
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user