/usr/share/ltsp/ltsp-chroot-functions is in ltsp-server 5.5.4-4.
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 | # Debian-specific function overrides for ltsp-chroot
mount_package_cache() {
mark_mount --bind /var/cache/apt/archives "$ROOT/var/cache/apt/archives"
}
|