The branch, build-main has been updated via 7d0ae5ee46b503a3fb7a1ac1053376b92a1fe77d (commit) from e495654fd55021e8818cbc2f7710bf8ab6d9d013 (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 | 2 ++ .../sbin/x2gothinclient_create | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9500ff0..dfb3e6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low - Make sure that kernel + initrd symlinks are relative symlinks. - Remove /etc/hostname, whithout the file, the hostname gets set during PXE boot. + - Keep mounts for /proc and /dev/pts with option noauto for mounting inside + of chroot. They are not needed during TCE boot. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Aug 2012 14:13:49 +0200 diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index b546b4a..adcd1ae 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -86,7 +86,8 @@ echo "x2gothinclient" > $TC_CHROOT/etc/hostname echo "127.0.0.1 localhost" >> $TC_CHROOT/etc/hosts cat > $TC_CHROOT/etc/fstab <<EOF -proc /proc proc defaults 0 0 +proc /proc proc defaults,noauto 0 0 +none /dev/pts devpts gid=5,mode=620,noauto 0 0 none /tmp tmpfs size=50M,mode=1777 0 0 none /root tmpfs size=100M,mode=700 0 0 none /etc/udev/rules.d tmpfs size=50M 0 0 @@ -104,7 +105,6 @@ if [ "$TC_DISTRO_CODENAME" = "squeeze" ]; then cat >> $TC_CHROOT/etc/fstab <<EOF none /var/run tmpfs size=50M 0 0 none /var/lock tmpfs size=50M 0 0 -none /dev/pts devpts gid=5,mode=620 0 0 EOF elif [ "$TC_DISTRO_CODENAME" = "wheezy" ]; then cat >> $TC_CHROOT/etc/fstab <<EOF 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).