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
|
Source: ltsp
Section: misc
Priority: optional
Maintainer: Debian LTSP Maintainers <team+ltsp@tracker.debian.org>
Uploaders: Vagrant Cascadian <vagrant@debian.org>, Alkis Georgopoulos <alkisg@gmail.com>
Build-Depends: debhelper (>= 10),
go-md2man (>= 2) | pandoc,
Standards-Version: 4.7.0
Vcs-Git: https://github.com/ltsp/ltsp.git
Vcs-Browser: https://github.com/ltsp/ltsp/
Homepage: https://ltsp.org
Rules-Requires-Root: no
Package: ltsp
# Try to keep dependencies to what's there in plain `debootstrap`,
# except for: busybox, ssh-client
Depends: ${misc:Depends},
busybox | busybox-static | busybox-initramfs,
procps,
python3,
ssh-client,
systemd,
Recommends: man-db,
sshfs,
Suggests: dnsmasq,
epoptes,
ethtool,
ltsp-binaries | ipxe,
net-tools,
nfs-kernel-server,
openssh-server,
squashfs-tools,
Architecture: all
Description: Linux Terminal Server Project
Make an installation able to netboot as an LTSP client.
For LTSP servers, also install the suggested packages (dnsmasq etc).
.
LTSP helps in netbooting LAN clients from a single installation that resides
in a chroot or a VM on the LTSP server. This way maintaining tens or hundreds
of clients is as easy as maintaining a single PC.
|