The branch, tmpfs has been updated via e98b4099eee509a4f6a82342c5379a17d8000811 (commit) from 2a2f9e47f5b79caf97f1a254b16a66e744f14d9c (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 e98b4099eee509a4f6a82342c5379a17d8000811 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 14 19:06:40 2011 +0200 Install 486 and 686 kernels in TCE chroot. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gothinclientmanagement/bin/x2gothinclient_create | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e6b4473..13af216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low * Add syslinux boot splash with X2go flavour. * Remove ssh (=openssh-server) dependency for x2gothinclient package. * Add acpid to x2gothinclient's Recommends: section. + * Install 486 and 686 kernels in TCE chroot. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200 diff --git a/x2gothinclientmanagement/bin/x2gothinclient_create b/x2gothinclientmanagement/bin/x2gothinclient_create index 05ce4b9..eec6ab8 100755 --- a/x2gothinclientmanagement/bin/x2gothinclient_create +++ b/x2gothinclientmanagement/bin/x2gothinclient_create @@ -97,7 +97,13 @@ mkdir -p /var/lib/nfs [ $? -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 syslinux locales linux-image-686 -y +[ $? -eq 0 ] && apt-get install syslinux locales -y +[ $? -eq 0 ] && apt-get install linux-image-486 -y +[ $? -eq 0 ] && cp /vmlinuz /vmlinuz.486 +[ $? -eq 0 ] && cp /initrd.img /initrd.img.486 +[ $? -eq 0 ] && apt-get install linux-image-686 -y +[ $? -eq 0 ] && cp /vmlinuz /vmlinuz.686 +[ $? -eq 0 ] && cp /initrd.img /initrd.img.686 [ $? -eq 0 ] && apt-get install x2gothinclient x2gocdmanager x2gosmartcardrules x2gousbmount -y #Pulsaudio must come afterwards until the thinclient-package is fixed 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).