Commit 0467c86e authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

Switch back to NDB as default for the LTSP root filesystem.

The performance in real world deployments seems to be better.

Using NFS can be configured in /etc/ltsp/ltsp-build-client.conf; this might
come in handy during development and testing.
parent 0168eb88
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ debian-edu-config (2.10.46) UNRELEASED; urgency=medium
  * Install task 'standard' (system utilities) inside the LTSP chroot. It should
    ensure the installation is put on top of a stock Debian system with nothing
    missing.
  * Switch back to NDB as default for the LTSP root filesystem as the
    performance in real world deployments seems to be better.
    Using NFS can be configured in /etc/ltsp/ltsp-build-client.conf; this might
    come in handy during development and testing.

 -- Wolfgang Schweer <wschweer@arcor.de>  Thu, 15 Nov 2018 02:55:59 +0100

+2 −2
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@
# file, which overrides the default LTSP one.
# For all available options, run 'ltsp-build-client --extra-help'.

DEFAULT_NFS="True"
SQUASHFS_IMAGE="False"
#DEFAULT_NFS="True"
#SQUASHFS_IMAGE="False"