~ubuntu-branches/ubuntu/lucid/ltsp/lucid

« back to all changes in this revision

Viewing changes to server/configs/quickstart/profile.qs

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2010-01-04 19:20:29 UTC
  • mfrom: (111.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104192029-8kisjo9jwe3ix1ps
Tags: 5.1.99-0ubuntu1
* New upstream version (5.1.99)
 * Implement nbd-proxy for more stability
 * Force netcat to wait for data
 * Properly save/restore IFS
 * Lots of code cleanup
 * Implement vendor specific functions in ltsp-build-client
 * Update translations
 * Optimize localapps rc.d scripts
 * Update add_mirrors and make use of it
 * Implement a caching infrastructure
 * Add Fat client support for Ubuntu
 * Get rid of some awk calls
 * Respect ltsp-build-client.conf defaults
 * Speed up boot process by starting more functions in background
 * Fix tty/vt detection for flickerless boot
 * Make ltsp-build-client usage more consistent.
 * Improve ltsp-logout-action
 *
 * LOTS of other changes and fixes I forgot.

* Get rid of USPLASH=y
* Add two upstart jobs to force a reboot (avoid squashfs errors)
* Trigger update-initramfs post install
* Depend on pciutils and usbutils (as no longer in minimal)
* Move tftpd-hpa from depend to recommend
* Drop dependency on openssh-client | ssh in ltsp-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        sys-apps/openrc
127
127
        sys-apps/baselayout
128
128
        sys-apps/sysvinit
129
 
        # needed for local apps
130
 
        ~sys-fs/sshfs-fuse-2.1
 
129
        EOF
 
130
 
 
131
        # pulseaudio pulls udev[extras]
 
132
        cat >> ${chroot_dir}/etc/portage/package.use <<- EOF
 
133
        sys-fs/udev extras
131
134
        EOF
132
135
}
133
136
 
159
162
}
160
163
 
161
164
pre_install_extra_packages() {
162
 
        spawn_chroot "emerge --update --deep world"
 
165
        spawn_chroot "emerge --update --deep --newuse world"
163
166
}
164
167
 
165
168
extra_packages ldm ltsp-client ${PACKAGES}