[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Wheezy/HowTo/NetworkClients" by WolfgangSchweer
Debian Wiki
debian-www at lists.debian.org
Mon May 6 20:47:17 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Wheezy/HowTo/NetworkClients" page has been changed by WolfgangSchweer:
http://wiki.debian.org/DebianEdu/Documentation/Wheezy/HowTo/NetworkClients?action=diff&rev1=4&rev2=5
Comment:
add more info
Each LTSP server has two ethernet cards: one configured in the main 10.0.0.0/8 subnet (which is shared with the main server), and another forming a local 192.168.0.0/24 subnet (a separate subnet for each LTSP server).
- Using the default PXE menu, a machine could be started as diskless workstation or thin client in the main subnet 10.0.0.0/8; by default clients in the separate subnet 192.168.0.0/24 will run as diskless workstations if the amount of RAM is sufficient.
+ Using the default PXE menu, a machine could be started as diskless workstation or thin client in the main subnet 10.0.0.0/8. By default clients in the separate subnet 192.168.0.0/24 will run as diskless workstations if the amount of RAM is sufficient. If all clients in the subnet should run as thin clients, the following should be done.
-
+ {{{
+ (1)Open the file /opt/ltsp/i386/etc/ltsp/update-kernels.conf with an editor
+ and replace the line
+ CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp quiet"
+ with
+ CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp LTSP_FATCLIENT=false quiet"
+ (2)Execute 'ltsp-update-kernels'
+ }}}
== Configuring the PXE menu ==
The PXE configuration is generated using the script {{{debian-edu-pxeinstall}}}. It allows some settings to be overridden by adding a file {{{/etc/debian-edu/pxeinstall.conf}}} with replacement values.
More information about the debian-edu-commits
mailing list