change stable to stretch, makes more sense
[automated-distro-installer] / fai / config / files / etc / apt / preferences.d / stretch / STRETCH
1 Explanation: tar, cuz https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819978
2 Explanation: kernel & btrfs-tools, because btrfs is getting a lot of active
3 Explanation: dev, and their mailing list says better to use recent version
4 Explanation: to avoid bugs. linux-base is needed for the kernel,
5 Explanation: which you can find out by failing
6 Explanation: apt-get install linux-image-amd64/stretch-backports
7 Explanation: And then trying aptitude -s install, or
8 Explanation: apt-get -t stretch-backports install linux-image-amd64
9 Explanation:
10 Explanation:
11 Package: tar linux-image-amd64 linux-base btrfs-tools
12 Pin: release a=stretch-backports
13 Pin-Priority: 500
14
15 Package: *
16 Pin: release a=buster
17 Pin-Priority: -10
18
19 Package: *
20 Pin: release a=buster-updates
21 Pin-Priority: -10