[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Buster/HowTo/NetworkClients" by WolfgangSchweer

Debian Wiki wiki at debian.org
Thu Feb 7 13:39:53 GMT 2019


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Buster/HowTo/NetworkClients" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Buster/HowTo/NetworkClients?action=diff&rev1=11&rev2=12

Comment:
add NBD <-> NFS howto

   * Configure this machine to run a printer in lts.conf (default location: {{{/opt/ltsp/amd64/etc/lts.conf}}}), see the LTSP manual {{{/usr/share/doc/ltsp/LTSPManual.html#printer}}} for details.
  
   *  Configure the printer using the web interface {{{https://www:631}}} on the main server; choose network printer type {{{AppSocket/HP JetDirect}}} (for all printers regardless of brand or model) and set {{{socket://<LTSP client ip>:9100}}} as connection URI.
+ 
+ === Use NFS instead of NBD ===
+ 
+ To speed up customizing and testing an LTSP chroot NFS could be used.
+   
+ {{{
+ # Switch from NBD --> NFS:
+ sed -i 's/default ltsp-NBD/default ltsp-NFS' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ sed -i 's/ontimeout ltsp-NBD/ontimeout ltsp-NFS/' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ ltsp-update-kernels
+ }}}
+ 
+ {{{
+ # Switch from NFS --> NBD:
+ ltsp-update-image 
+ sed -i 's/default ltsp-NFS/default ltsp-NBD' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ sed -i 's/ontimeout ltsp-NFS/ontimeout ltsp-NBD/' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ ltsp-update-kernels
+ }}}
  
  === Upgrading the LTSP environment ===
  



More information about the debian-edu-commits mailing list