home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / preseed / ltsp.seed < prev    next >
Text File  |  2011-04-27  |  497b  |  12 lines

  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
  8. d-i    pkgsel/include/install-recommends    boolean true
  9. d-i    pkgsel/include    string ltsp-server-standalone openssh-server
  10. # Build a client chroot.
  11. d-i    preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys
  12.