The branch, master has been updated via 493179488b6b7a05cfb246dd89e7554ec00ebd53 (commit) from d91338434a42e59a268bd3e1f68060aee7897ac4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 493179488b6b7a05cfb246dd89e7554ec00ebd53 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 5 16:29:27 2011 +0200 Add post-run instructions of x2gothinclient_preptftpboot to its man page. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + .../man/x2gothinclient_preptftpboot.8 | 32 ++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 42b9dbf..fc7c4c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ x2gothinclient (1.0.1.3-0~x2go1.1) UNRELEASED; urgency=low * Delay thinshutdown button appearance for 6 more seconds on X server (re)start (that is: 10s on tce start or X server restart and 4s after session logout). + * Add post-run instructions of x2gothinclient_preptftpboot to its man page. [Coco] * Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. diff --git a/x2gothinclientmanagement/man/x2gothinclient_preptftpboot.8 b/x2gothinclientmanagement/man/x2gothinclient_preptftpboot.8 index 379b3ff..44b8e3f 100644 --- a/x2gothinclientmanagement/man/x2gothinclient_preptftpboot.8 +++ b/x2gothinclientmanagement/man/x2gothinclient_preptftpboot.8 @@ -18,12 +18,40 @@ x2gothinclient_preptftpboot \- Prepare PXE/Syslinux Boot Environment (delivered This helper script prepares X2go's PXE/Syslinux boot environment. As X2go PXE server you can either use your X2go server itself or a dedicated machine or VM that merely serves as PXE boot server. - +.PP Please run the \fBx2gothinclient_create\fR helper script first before you run this script. - +.PP This script can only be called if the PXE boot dir (default: /srv/tftp) does not already contain any other PXE/Syslinux boot environment. +.SH MANUAL STEPS AFTER SCRIPT HAS RUN +At the end of \fBx2gothinclient_preptftpboot\fR 2-3 manual steps are still needed (as displayed by +the script itself when run)... The $TC_* variables mentioned in the text below have to be +obtained from \fI/etc/x2go/x2gothinclient_settings\fR. +.PP + 1. Make sure your DHCP server's configuration points to: +.PP + next-server <IP-or-hostname-of-this-server>; + filename '/pxelinux.0'; +.PP + 2. Export the X2go Thin Client chroot environment via NFSv3: +.PP + Add this line to /etc/exports... (in one line): +.PP + $TC_CHROOT\ <network>/<netmask>(ro,async,no_root_squash,no_subtree_check) +.PP + ... and then restart your NFS server with: +.PP + /etc/init.d/nfs-kernel-server restart +.PP + 3. Customize PXE/Syslinux files in $TC_TFTP_BOOT/ (optional): +.PP + - customize PXE boot menu, take a look at +.PP + $TC_TFTP_BOOT/default.cfg .PP + and proceed from there on... + - use your own boot loader background image: 640x480px, + 16bit colour depth, file: $TC_TFTP_BOOT/x2go-tce.png .SH OPTIONS \fBx2gothinclient_pretftpboot\fR has no known options. .PP hooks/post-receive -- x2gothinclient.git (X2go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2go Thin Client Environment).