LTSP(8) | LTSP Manual | LTSP(8) |
ltsp - entry point to Linux Terminal Server Project applets
ltsp [-b base-dir] [-h] [-m home-dir] [-o overwrite] [-t tftp-dir] [-V] [applet] [applet-options]
Run the specified LTSP applet with applet-options. To get help with applets and their options, run `man ltsp applet` or `ltsp --help applet`.
The following applets are currently defined:
LTSP clients also have some additional applets, like initrd-bottom, init and login, but they're not runnable by the user.
LTSP directories can be configured by passing one or more of the following parameters, but it's recommended that an /etc/ltsp/ltsp.conf configuration file is created instead, so that you don't have to pass them in each ltsp command.
All the long options can also be specified as environment variables in UPPER_CASE, for example:
BASE_DIR=/opt/ltsp ltsp kernel ...
The following are the typical commands to install and maintain LTSP in chrootless mode:
# To install: ltsp image / ltsp dnsmasq ltsp nfs ltsp ipxe # To update the exported image, after changes in the server software: ltsp image /
The following are the typical commands to provide an additional x86_32 image, assuming one uses VirtualBox. If you specifically name it x86_32, then the ltsp.ipxe code automatically prefers it for 32bit clients:
ln -rs $HOME/VirtualBox\ VMs/x86_32/x86_32-flat.vmdk /srv/ltsp/x86_32.img ltsp image x86_32 ltsp ipxe
Copyright 2019-2022 the LTSP team, see AUTHORS.
ltsp.conf(5), ltsp-dnsmasq(8), ltsp-image(8), ltsp-info(8), ltsp-initrd(8), ltsp-ipxe(8), ltsp-kernel(8), ltsp-nfs(8), ltsp-remoteapps(8)
Online documentation is available on https://ltsp.org
2023-08-19 | LTSP 23.02-1+deb12u1 |