This file is indexed.

/usr/share/doc/ltsp-server/README.Debian is in ltsp-server 5.4.2-6+deb7u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
LTSP on your hardware
=====================

LTSP can support several hardware architectures.  Some hardware may require
special configuration that is partially documented here. Exact needs vary by
architecture.


i386, amd64, powerpc, alpha, sparc
==============================

to create the chroot:

  ltsp-build-client

you may need to configure your dhcp server to hand out a different filename
argument, like:

  filename "/ltsp/ARCH/nbi.img";

LTSP is best tested on i386, and least tested on alpha and sparc.


other architectures
===================

When building the client chroot, manually select the kernel:

  ltsp-build-client --kernel-packages KERNEL

where KERNEL is the name of the kernel package for your architecture.

It may be necessary to manually generate an nbi.img, or configure the
bootloader to load the kernel and initrd manually. this will vary greatly
depending on the hardware architecture.


multiple architectures on a single server
=========================================

It is possible to host multiple architectures on a single server.

With some architecutres, it is possible to build a client chroot for a
different architecture, such as using an amd64 server to build an i386 client
chroot:

  ltsp-build-client --arch i386


Some architectures, such as armel, can be emulated by installing the
qemu-user-static package and selecting a different architecture (and possibly
kernel) at build time:

  ltsp-build-client --arch armel --kernel-packages linux-image-versatile


If all else fails, you may need to build the client chroot on the native
architecture, and then copy the /opt/ltsp/ARCH directory onto the NFS server.
Install ltsp-server on a machine of the appropriate architecture and run
ltsp-build-client as usual. Then install ltsp-server on the NFS server, copy
the contents of /opt/ltsp/ARCH over to it, and run ltsp-update-kernels
on it.