The branch, tmpfs has been updated via 1a9afc3154f989d7a772b9952dbf9628a616cf83 (commit) from d0029dc08e1bf5f21236a2e5334e19714e9f5fbd (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 1a9afc3154f989d7a772b9952dbf9628a616cf83 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 16 16:04:45 2011 +0200 fix apt-get/dpkg issues during x2gothinclient_create ----------------------------------------------------------------------- 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 b57bb0c..93488db 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -110,8 +110,9 @@ mkdir -p /var/lib/nfs [ \$? -eq 0 ] && test -n "$TC_X2GO_DEBURL" && apt-get update [ \$? -eq 0 ] && test -n "$TC_X2GO_DEBURL" && apt-get install x2go-keyring -y --force-yes [ \$? -eq 0 ] && apt-get update -[ \$? -eq 0 ] && apt-get install $TC_SHELL +[ \$? -eq 0 ] && apt-get install $TC_SHELL -y [ \$? -eq 0 ] && apt-get install syslinux locales -y +[ \$? -eq 0 ] && dpkg-reconfigure locales [ \$? -eq 0 ] && apt-get install linux-image-486 -y [ \$? -eq 0 ] && cp /vmlinuz /vmlinuz.486 [ \$? -eq 0 ] && cp /initrd.img /initrd.img.486 @@ -126,7 +127,6 @@ mkdir -p /var/lib/nfs # Pulsaudio must come afterwards until the thinclient-package is fixed [ \$? -eq 0 ] && apt-get install pulseaudio -y -[ \$? -eq 0 ] && dpkg-reconfigure locales [ \$? -eq 0 ] && apt-get install patch -y [ \$? -eq 0 ] && patch /etc/initramfs-tools/initramfs.conf <<PATCH 39c39 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).