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

Debian Wiki debian-www at lists.debian.org
Mon May 4 10:30:00 UTC 2015


Dear Wiki user,

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

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

Comment:
drop commands (no longer needed for jessie as this got fixed in the ltsp package); fix typos (add dots). BTW: wheezy manual update still needed due to previous commits.

  apt-get update && apt-cache search ^firmware-
  
  # Decide which package has to be installed for the network card(s). 
- # Most probably this will be firmware-linux-nonfree
+ # Most probably this will be firmware-linux-nonfree.
- # Things have to take effect in the LTSP chroot for architecture i386
+ # Things have to take effect in the LTSP chroot for architecture i386.
  ltsp-chroot -a i386 apt-get update
- ltsp-chroot -a i386 mkdir /tmp/user 2> /dev/null
- ltsp-chroot -a i386 mkdir /tmp/user/0 2> /dev/null
  ltsp-chroot -d -a i386 apt-get -y -q install <package name>
  
  # copy the new initrd to the server's tftpboot directory



More information about the debian-edu-commits mailing list