[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/NetworkClients" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Mon Feb 20 11:49:18 UTC 2017
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=12&rev2=13
Comment:
add 'ltsp-update-image', needed in several scripts.
# First get information about firmware packages
apt-get update && apt-cache search ^firmware-
- # Decide which package has to be installed for the network card(s).
+ # 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
+ # copy the new initrd to the server's tftpboot directory and update the NBD image.
ltsp-update-kernels
+ ltsp-update-image
}}}
As a shorter alternative -- installing all available firmware and updating the tftpboot directory -- you could execute:
@@ -57, +58 @@
CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp LTSP_FATCLIENT=False quiet"
(2)Execute 'ltsp-chroot -a i386 /usr/share/ltsp/update-kernels'
(3)Execute 'ltsp-update-kernels'
+ (4)Execute 'ltsp-update-image'
}}}
== Configuring the PXE menu ==
More information about the debian-edu-commits
mailing list