Differences between revisions 4 and 5
Revision 4 as of 2010-09-07 01:27:04
Size: 682
Editor: PaulWise
Comment: backports
Revision 5 as of 2010-09-09 02:54:45
Size: 692
Editor: GeoffSimmons
Comment: Correct bdo URL.
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
  --backports-mirror "http://backports.debian.org/debian" \   --backports-mirror "http://backports.debian.org/debian-backports" \

Backported ltsp packages for lenny

If you want to use newer LTSP related packages:

1. configure your machine to use backports.debian.org:

  1. see http://backports.debian.org/Instructions/

3. Update:

  • apt-get update

4. Install new packages:

  • apt-get install ltsp-server-standalone

5. When building a chroot, you'll need to tell it to use the backport sources, and add the same keys to the apt keyring:

 ltsp-build-client \
  --backports-mirror "http://backports.debian.org/debian-backports" \
  --apt-key /etc/apt/trusted.gpg

for additional server configuration, see LTSP/Howto

Known issues with lenny ltsp backports

none yet.