Re: LTSP NFS
Alkis Georgopoulos <[email protected]>
| Newsgroups | gmane.linux.terminal-server.general |
|---|---|
| Message-ID | <[email protected]> |
You can also use 'unsquashfs` to uncompress a "chrootless"
/opt/ltsp/amd64.img image into a /opt/ltsp/amd64 chroot,
i.e. instead of using ltsp-build-client, to start the chroot with a
snapshot of the server installation.
On 2/7/19 12:55 PM, Maxime Accadia wrote:
> Turns out I was missing a few things. First, NFS is not compatible with
> chrootless which I was using.
>
> To turn my NDB installation into an NFS installation, I needed :
>
> ```
> sudo apt install nfs-kernel-server
> sudo ltsp-config nfs
> sudo systemctl restart nfs-server
> sudo ltsp-build-client --purge-chroot --mount-package-cache # creates a
> chrooted environment in /opt/ltsp/amd64
> sudo ltsp-chroot -m apt install gnome-session # I use gnome as desktop
> environment
> ```
>
> And also had to modify /var/lib/tftpboot/ltsp/amd64/pxelinux.cfg/ltsp to
> default to ltsp-NFS (there is probably a more conventional way to do this).
>
> You don't need `ltsp-build-image` if you're not using NBD. This is a
> advantage for me as building the image can take quite some time with the
> 100+ packages I install.
>
>
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net