~cyphermox/debian-cd/ubuntu-server-live

1
2
3
4
5
6
7
8
9
10
11
12
13
# Build an LTSP client chroot.
d-i     anna/choose_modules     string ltsp-client-builder
d-i     ltsp-client-builder/run boolean true
d-i     ltsp-client-builder/build-client-opts   string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe
# Install the Ubuntu MATE desktop and LTSP server.
tasksel tasksel/first   multiselect ubuntu-mate-desktop
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; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
d-i     pkgsel/include/install-recommends       boolean false
d-i     pkgsel/include  string ltsp-server-standalone openssh-server
# No MATE translation packages yet.
d-i     pkgsel/language-pack-patterns   string
# Build a client chroot.
d-i     preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys