Elyograg.org Server Config Apt

From Edition

Jump to: navigation, search

[edit] /etc/apt/sources.list

Repositories referenced:

  • (removed) - my own local mirror
  • mirrors.xmission.com - my ISP's local debian mirror
  • security.debian.org - updates concerning security bugs
  • debian-volatile - newer versions of oft-udpated programs
  • www.backports.org - bleeding edge versions of some programs
deb http://(removed)/ lenny main contrib non-free

deb http://mirrors.xmission.com/debian/ lenny main contrib non-free
deb-src http://mirrors.xmission.com/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

deb http://www.backports.org/debian/ lenny-backports main contrib non-free
deb-src http://www.backports.org/debian/ lenny-backports main contrib non-free

[edit] /etc/apt/preferences

I have tweaked the preferences file so that the backports archive takes precedence. It normally has a very low priority, which keeps the system from installing software from it unless very specifically requested. Programs will normally only end up in backports when there is a compelling reason to upgrade them. I wish to stay very current on my filtering software.

Package: *
Pin: release a=lenny-backports
Pin-Priority: 999
Personal tools