Skip to content
Commits on Source (3)
debian-edu-config (2.10.31) UNRELEASED; urgency=medium
* debian/control: Remove unneeded Suggests: atftpd | tftpd-hpa.
* ltsp/init-ltsp.d/60-edu-client: Disable desktop-autoloader for thin clients.
The desktop-autoloader needs site specific configuration (and activation);
this code makes sure to only run it on diskless workstations.
-- Wolfgang Schweer <wschweer@arcor.de> Wed, 18 Jul 2018 14:12:15 +0200
debian-edu-config (2.10.30) unstable; urgency=medium
[ Wolfgang Schweer ]
......
......@@ -66,7 +66,6 @@ Recommends: binutils,
memtest86+,
resolvconf,
syslinux
Suggests: atftpd | tftpd-hpa
Description: Configuration files for Skolelinux systems
Installs cfengine config files to be used by the machines set up as part
of the Skolelinux project.
......@@ -48,4 +48,9 @@ if ! boolean_is_true "$LTSP_FATCLIENT" ; then
; do
service_disable $service
done
if [ -f /etc/cron.d/desktop-autoloader ] ; then
rm /etc/cron.d/desktop-autoloader
fi
fi