The branch, build-main has been updated via 2bdd777ef57df2ce3407e05c6dd089f98e3e5cac (commit) from d695810b0dec1df18a1d12657b3b6bcbd869bdd0 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/x2gothinclientmanagement.docs | 3 ++- x2gothinclientmanagement/README.hostname | 37 ++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 x2gothinclientmanagement/README.hostname The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4838e6c..59c4f2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low - Start with US keyboard as default keyboard layout. - Only mount /proc, /sys, /dev/pts inside chroot if not already mounted. - Xorg appears as /usr/bin/X in ps ax output. Make sure it gets detected. + - Provide a README.hostname file in doc folder of x2gothinclientmanagement. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Aug 2012 14:13:49 +0200 diff --git a/debian/x2gothinclientmanagement.docs b/debian/x2gothinclientmanagement.docs index 76b6c95..362fedf 100644 --- a/debian/x2gothinclientmanagement.docs +++ b/debian/x2gothinclientmanagement.docs @@ -1 +1,2 @@ -x2gothinclientmanagement/README \ No newline at end of file +x2gothinclientmanagement/README +x2gothinclientmanagement/README.hostname \ No newline at end of file diff --git a/x2gothinclientmanagement/README.hostname b/x2gothinclientmanagement/README.hostname new file mode 100644 index 0000000..c76568a --- /dev/null +++ b/x2gothinclientmanagement/README.hostname @@ -0,0 +1,37 @@ +Accept X2GO thin client hostname from DHCP/DNS server +------------------------------------------------------ + +Inside the TCE chroot you find an /etc/hostname file. + +With some DHCP/DNS setups the hostname gets set during +PXE boot and if /etc/hostname is missing, the hostname +will be kept as is. + +If you want to use that feature: + + $ x2gothinclient_shell + (chroot)$ rm -f /etc/hostname + (chroot)$ exit + + +Generic Linux networks (isc-dhcp-server, bind): +----------------------------------------------- +ToDo. Anyone can give good information on how to setup +the DHCP/DNS services to make that work? + + +Debian Edu +---------- +In Debian Edu networks you can remove /etc/hostname inside th +chroot and then the hostname gets set during PXE boot. + + +Windows DHCP server +------------------- +By default, the Windows DHCP server does not provide a hostname +via PXE boot. So, in this case you should keep /etc/hostname. + + +light+love, +Mike Gabriel, 20120913 + 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).