Plebian-Linux / quartz64-images

GitHub Actions Repository for automatically generated images for the Quartz64 family of single board computers
https://plebian.org
GNU General Public License v3.0
41 stars 10 forks source link

Further apt improvements #18

Closed diederikdehaas closed 1 year ago

diederikdehaas commented 1 year ago
  1. debos/overlays/apt: Enable Sid's 'main' too
  2. debos/overlays/apt: Make '-security' and '-updates' part of Default-Release

    https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#security-archive describes how to add bullseye-security and bullseye-updates to the Default-Release by using APT's support for Regular Expressions.

    Without this change, the package version in the normal Bookworm archive area has a higher APT priority then one in -security or -updates, which means it won't install (security) updates. With this change, the highest version wins, which is what we want.