The branch, master has been updated via 7399e80bd8181c79b16d80a6c2213619dfe2ff87 (commit) from e8ee22f9cf5b2762a9bcc0df462db979f9bd9fe3 (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 7399e80bd8181c79b16d80a6c2213619dfe2ff87 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 14 16:32:54 2013 +0100 Do not over-mount /run as tmpfs. This is already done by the Debian boot process. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ .../sbin/x2gothinclient_create | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9caf83a..7d613da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low handle it, yet. Use "~" instead (handable by X2Go Client >= 4.0.1.2). - Tweak the /etc/os-release more comprehensively. - Update initramfs at the very end of the TCE creation. + - Do not over-mount /run as tmpfs. This is already done by the Debian + boot process. * debian/control: + New bin:package x2gothinclient-chroot. + Make sure x2gothinclient-chroot pulls in editing tools like diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index b5889fe..c59e062 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -120,10 +120,6 @@ if [ "$TC_DISTRO_CODENAME" = "squeeze" ]; then none /var/run tmpfs size=50M 0 0 none /var/lock tmpfs size=50M 0 0 EOF -elif [ "$TC_DISTRO_CODENAME" = "wheezy" ]; then - cat >> $TC_CHROOT/etc/fstab <<EOF -none /run tmpfs size=50M 0 0 -EOF fi cat > $TC_CHROOT/x2go_tce_install.sh <<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).