~krytarik/debian-cd/xubuntu-splash

« back to all changes in this revision

Viewing changes to data/zesty/preseed/ubuntu-mate/ltsp.seed

  • Committer: Adam Conrad
  • Date: 2016-10-25 19:09:23 UTC
  • Revision ID: adconrad@0c3.net-20161025190923-3obptnhkdq55ukj5
Copy yakkety -> zesty, and add zesty to CONF.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
d-i     ltsp-client-builder/build-client-opts   string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe
 
5
# Install the Ubuntu MATE desktop and LTSP server.
 
6
tasksel tasksel/first   multiselect ubuntu-mate-desktop
 
7
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
 
8
d-i     pkgsel/include/install-recommends       boolean false
 
9
d-i     pkgsel/include  string ltsp-server-standalone openssh-server
 
10
# No MATE translation packages yet.
 
11
d-i     pkgsel/language-pack-patterns   string
 
12
# Build a client chroot.
 
13
d-i     preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys