Added make support for multiple architectures and did cleanup

This commit is contained in:
2021-11-03 16:17:15 +01:00
parent a18780614b
commit 8882eab440
12 changed files with 73 additions and 146 deletions

View File

@@ -0,0 +1,22 @@
# APT pinning preferences - https://wiki.debian.org/AptPreferences
##### Kernel / firmware
Package: linux-image-*
Pin: release a=bullseye-backports , b=amd64
Pin-Priority: 600
Package: linux-headers-*
Pin: release a=bullseye-backports , b=amd64
Pin-Priority: 600
Package: firmware-*
Pin: release a=bullseye-backports , b=amd64
Pin-Priority: 600
##### NVIDIA proprietary drivers
Package: nvidia-driver
Pin: release a=bullseye-backports , b=amd64
Pin-Priority: 600