The branch, tmpfs has been updated via 4ff01d83653fb0f2d134d0785ec82c14ebcc716d (commit) from 7b885782f35dc55590c24999cf38ca0b693eb75f (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 4ff01d83653fb0f2d134d0785ec82c14ebcc716d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jun 18 00:38:28 2011 +0200 Add tmpfs mount for /var/lib/dbus. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + .../sbin/x2gothinclient_create | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9546a4b..d4f40b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low * Add some more PXE/TFTP info at end of x2gothinclient_pretftpboot script. * Disabled service restarts in chroot. * Add a ,,hit <RETURN> before TCE creation. + * Add tmpfs mount for /var/lib/dbus. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200 diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 115ec18..de553de 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -92,6 +92,7 @@ none /home tmpfs size=50M 0 0 none /media tmpfs size=50M 0 0 none /var/lib/nfs tmpfs size=50M 0 0 none /var/lib/xkb tmpfs size=50M 0 0 +none /var/lib/dbus tmpfs size=50M 0 0 EOF @@ -109,6 +110,7 @@ export ftp_proxy=$TC_FTP_PROXY mkdir -p /tmp/user/0 mkdir -p /var/lib/xkb mkdir -p /var/lib/nfs +mkdir -p /var/lib/dbus # disable service restarts mv /sbin/start-stop-daemon /sbin/start-stop-daemon.keep 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).