The branch, tmpfs has been updated
via 7b885782f35dc55590c24999cf38ca0b693eb75f (commit)
from 13078d54c13c34cebc8efc1f4265fc005930dadc (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 7b885782f35dc55590c24999cf38ca0b693eb75f
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sat Jun 18 00:29:37 2011 +0200
Add a ,,hit <RETURN> before TCE creation.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
.../sbin/x2gothinclient_create | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4839f3b..9546a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low
* Tweak mtab diversion on X2go Thin Client to avoid error messages.
* Add some more PXE/TFTP info at end of x2gothinclient_pretftpboot script.
* Disabled service restarts in chroot.
+ * Add a ,,hit <RETURN> before TCE creation.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 21937ae..115ec18 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -53,6 +53,10 @@ test -e "$TC_CHROOT" && {
exit -2
}
+echo "Hit <RETURN> to continue with X2go TCE chroot creation using the above TCE parameters..."
+echo "Alternatively, hit STRG-C to cancel the operation now!!!"
+read
+
export LANG=C
mkdir -p $TC_CONFIG
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).