1
# Build an LTSP client chroot.
2
d-i anna/choose_modules string ltsp-client-builder
3
d-i ltsp-client-builder/run boolean true
4
# Install the Ubuntu desktop and LTSP server.
5
tasksel tasksel/first multiselect ubuntu-desktop
6
d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
7
d-i pkgsel/include/install-recommends boolean true
8
d-i pkgsel/include string ltsp-server-standalone openssh-server
9
# Build a client chroot.
10
d-i preseed/late_command string chroot /target /usr/sbin/ltsp-update-sshkeys