[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Buster/HowTo/NetworkClients" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Wed Feb 5 17:28:50 GMT 2020
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=19&rev2=20
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 amd64.
ltsp-chroot -a amd64 apt-get update
ltsp-chroot -d -a amd64 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