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

Debian Wiki debian-www at lists.debian.org
Fri May 10 20:24:56 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=12&rev2=13

Comment:
fix command line params for LTSP version 5.4.2

  and replace the line
  CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp quiet"
  with
- CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp LTSP_FATCLIENT=false quiet"
+ CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp LTSP_FATCLIENT=False quiet"
  (2)Execute 'ltsp-update-kernels'
  }}}
  == Configuring the PXE menu ==
@@ -117, +117 @@

   * copy {{{/var/lib/tftpboot/debian-edu/default-diskless.cfg}}} to the same directory on tjener.
   * edit {{{/var/lib/tftpboot/debian-edu/default-diskless.cfg}}} to use the IP address of ltspserver00; the following example uses 10.0.2.10 for the IP address of ltspserver00 on the main network:
  {{{
-  DEFAULT ltsp/i386/vmlinuz initrd=ltsp/i386/initrd.img nfsroot=10.0.2.10:/opt/ltsp/i386 boot=nfs ro quiet 3
+  DEFAULT ltsp/i386/vmlinuz initrd=ltsp/i386/initrd.img nfsroot=10.0.2.10:/opt/ltsp/i386 init=/sbin/init-ltsp boot=nfs ro quiet ipappend 2
  }}}
   * set the symlink in {{{/var/lib/tftpboot/pxelinux.cfg}}} on tjener to point to {{{/var/lib/tftpboot/debian-edu/default-diskless.cfg}}}.
  



More information about the debian-edu-commits mailing list