diff options
author | Tails developers <amnesia@boum.org> | 2011-04-18 10:51:24 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2011-04-30 10:38:53 +0200 |
commit | fa390ceaf9c1c891b717c0eaa09f878397f3c0e9 (patch) | |
tree | e9174f148e28dcdc495dcb784cc3c4d2e356b947 | |
parent | 6590a7d9e9300fa4b24f585a2cf8842c9da81ba6 (diff) |
Fetch binary packages built from linux-2.6 from squeeze-proposed-updates.0.7.1
Linux kernel >=2.6.32-32, that fixes #618665, has landed in there but not in the
main Squeeze repositories yet.
-rw-r--r-- | config/chroot_apt/preferences | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences index cb61935..3ff240f 100644 --- a/config/chroot_apt/preferences +++ b/config/chroot_apt/preferences @@ -6,6 +6,30 @@ Package: eatmydata Pin: origin backports.debian.org Pin-Priority: 999 +Package: firmware-linux-free +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + +Package: linux-base +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + +Package: linux-headers-2.6.32-5-common +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + +Package: linux-headers-2.6.32-5-686 +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + +Package: linux-image-2.6.32-5-686 +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + +Package: linux-libc-dev +Pin: release o=Debian,a=proposed-updates +Pin-Priority: 999 + Package: macchanger Pin: release o=Debian,a=unstable Pin-Priority: 999 |