~ubuntu-branches/debian/sid/ltsp/sid

« back to all changes in this revision

Viewing changes to client/initramfs/scripts/ltsp_nbd

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-08-23 20:38:10 UTC
  • mfrom: (34.2.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090823203810-y6s19h60l3puzplb
Tags: 5.1.83-1
* New upstream version: 
  - Add monitor_nbd to restart nbd when it breaks.
  - localapps: Only run action on ssh socket if it exists.
  - Only install squashfs-modules package on older Debian versions, as newer
    versions include squashfs modules in the kernel.
 
* Drop writeable-dbus-hal-dirs patch, applied upstream.

* Add patch from upstream to not require hal in ltsp-client-core init
  scripts, as hal isn't required in all LTSP environments, and causes the
  package to fail to install if hal isn't installed.

* Use upstream docs for swap, workstation, FAQ and Upgrading_4.2.

* Update descriptions of ltsp-client and ltsp-client-core to distinguish
  between them.

* Update Standards-Version to 3.8.3, no changes necessary. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    mount -t tmpfs tmpfs /cow
68
68
 
69
69
    # mount the readonly root
70
 
    if nbd-client ${NBD_ROOT_SERVER} ${NBD_ROOT_PORT} /dev/nbd0 -persist ; then
 
70
    if nbd-client ${NBD_ROOT_SERVER} ${NBD_ROOT_PORT} /dev/nbd0 ; then
71
71
        eval $(fstype /dev/nbd0)
72
72
        if [ -z "$FSTYPE" ]; then
73
73
            echo "Warning: unable to detect filesystem, assuming squashfs."