The branch, tmpfs has been updated via 10589b8bb5b1bab7d230dc369ca7c5b021d21c6d (commit) from b08e83263be755335067305f55956ff0f25b97d3 (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 10589b8bb5b1bab7d230dc369ca7c5b021d21c6d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 16 23:25:21 2011 +0200 Fix for mount error while mounting procfs. ----------------------------------------------------------------------- Summary of changes: .../sbin/x2gothinclient_create | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 269caca..78c9313 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -73,8 +73,8 @@ echo "auto lo" >> $TC_CHROOT/etc/network/interfaces echo "iface lo inet loopback" >> $TC_CHROOT/etc/network/interfaces 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 +cat > $TC_CHROOT/etc/fstab <<EOF +#proc /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 none /tmp tmpfs size=50M,mode=1777 0 0 none /root tmpfs size=100M,mode=700 0 0 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).