~xnox/debian-cd/cd-boot-images-amd64

« back to all changes in this revision

Viewing changes to data/groovy/preseed/edubuntu/ltsp.seed

  • Committer: Dimitri John Ledkov
  • Date: 2020-06-06 02:38:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: xnox@ubuntu.com-20200606023811-8vx8tle12fujl64f
groovy: drop unused d-i preseeds

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
 
# Enable extras.ubuntu.com.
5
 
d-i     apt-setup/extras        boolean true
6
 
# Install the Ubuntu desktop and LTSP server.
7
 
tasksel tasksel/first   multiselect ubuntu-desktop, edubuntu-desktop-gnome
8
 
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
9
 
d-i     pkgsel/include/install-recommends       boolean true
10
 
d-i     pkgsel/include  string ltsp-server-standalone openssh-server
11
 
# Build a client chroot.
12
 
d-i     preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys