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 >
Wrap
Text File
|
2011-04-27
|
497b
|
12 lines
# Build an LTSP client chroot.
d-i anna/choose_modules string ltsp-client-builder
d-i ltsp-client-builder/run boolean true
# Enable extras.ubuntu.com.
d-i apt-setup/extras boolean true
# Install the Ubuntu desktop and LTSP server.
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/include/install-recommends boolean true
d-i pkgsel/include string ltsp-server-standalone openssh-server
# Build a client chroot.
d-i preseed/late_command string chroot /target /usr/sbin/ltsp-update-sshkeys