Re: [Ltsp-discuss] http://ragnar.mine.nu/ltsp/ltspfonts.html

2002-02-15 Thread Ragnar Wisløff
Sitat [EMAIL PROTECTED]: > > > > > ># ln -s /usr/X11R6/lib/X11/fonts/100dpi > > > /opt/ltsp/i386/usr/X11R6/lib/X11/fonts/100dpi > > >- > > This will NOT work, because Symlinks don't get de-referenced > properly over NFS mounts. The example above will > point to the /usr/X1

Re: [Ltsp-discuss] http://ragnar.mine.nu/ltsp/ltspfonts.html

2002-02-14 Thread Ragnar Wisløff
Sitat Martin Herweg <[EMAIL PROTECTED]>: > > >- > >In order to conserve disk space, this is easiest done using a > symbolic link > >with the command (all on one line) > > > ># ln -s /usr/X11R6/lib/X11/fonts/100dpi > > /opt/ltsp/i386/usr/X11R6/lib/X11/fonts/100dpi > >--

Re: [Ltsp-discuss] http://ragnar.mine.nu/ltsp/ltspfonts.html

2002-02-14 Thread jam
On Thu, 14 Feb 2002, Martin Herweg wrote: > Hi ragnar, > > you write > > >- > >In order to conserve disk space, this is easiest done using a symbolic link > >with the command (all on one line) > > > ># ln -s /usr/X11R6/lib/X11/fonts/100dpi > > /opt/ltsp/i386/usr/X11R6/lib/

[Ltsp-discuss] http://ragnar.mine.nu/ltsp/ltspfonts.html

2002-02-14 Thread Martin Herweg
Hi ragnar, you write >- >In order to conserve disk space, this is easiest done using a symbolic link >with the command (all on one line) > ># ln -s /usr/X11R6/lib/X11/fonts/100dpi > /opt/ltsp/i386/usr/X11R6/lib/X11/fonts/100dpi >- how can this work ? th