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

Debian Wiki wiki at debian.org
Wed Feb 5 17:43:51 GMT 2020


Dear Wiki user,

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

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

Comment:
codeblocks: add whitespace to avoid splitting upon docbook export

  {{{
  # First get information about firmware packages
  apt-get update && apt-cache search ^firmware-
- 
+  
  # Decide which package has to be installed for the network interface(s). 
  # Most probably this will be firmware-linux-nonfree.
  # Things have to take effect in the LTSP chroot for architecture i386.
  ltsp-chroot -a i386 apt-get update
  ltsp-chroot -d -a i386 apt-get -y -q install <package name>
- 
+  
  # copy the new initrd to the server's tftpboot directory and update the NBD image.
  ltsp-update-kernels
  ltsp-update-image



More information about the debian-edu-commits mailing list