On Wed, Feb 28, 2007 at 01:31:08PM +0100, C. Gatzemeier wrote: > Am Dienstag, 27. Februar 2007 22:32 schrieb RalfGesellensetter: > > > > - keeping /opt/* syncronous with LTSP's root system: My major aim is to > > pull workstations to the same state as my LTSP is (new Openoffice, new > > KDE, many nice applications). In short: My ideal solution would use as > > much symlinks from /opt/... to the corresponding root system as > > possible. How realistic is that? > > There ist the mount --bind and --rbind option, maybe binding /usr that way > works for this case? > Does somebody know?
well, this would work, but then your /usr will be eventually be out of sync with the rest of the system ... say a binary in /usr is dependent on a particular version of a library in /lib ... if you apt-get upgrade the server without upgrading the LTSP chroot, or install new packages ... it gets ugly fast. so, mounting /usr in any way still requires keeping all systems in sync. live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

