[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.1.0.0-28-ge8ee22f
X2Go dev team
git-admin at x2go.org
Thu Nov 14 16:15:48 CET 2013
The branch, master has been updated
via e8ee22f9cf5b2762a9bcc0df462db979f9bd9fe3 (commit)
from 1beb2c19571c775d3b89a13a7398f433ea175749 (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 e8ee22f9cf5b2762a9bcc0df462db979f9bd9fe3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Nov 14 16:15:37 2013 +0100
Update initramfs at the very end of the TCE creation.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
.../sbin/x2gothinclient_create | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 99e369f..9caf83a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low
- Refrain from using "~<user>" when launching X2Go Client as it cannot
handle it, yet. Use "~" instead (handable by X2Go Client >= 4.0.1.2).
- Tweak the /etc/os-release more comprehensively.
+ - Update initramfs at the very end of the TCE creation.
* debian/control:
+ New bin:package x2gothinclient-chroot.
+ Make sure x2gothinclient-chroot pulls in editing tools like
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 0f88f44..b5889fe 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -198,7 +198,6 @@ fi
[ \$? -eq 0 ] && adduser x2gothinclient plugdev
[ \$? -eq 0 ] && if ! getent group scard; then groupadd scard; fi
[ \$? -eq 0 ] && adduser x2gothinclient scard
-[ \$? -eq 0 ] && update-initramfs -u -v
[ \$? -eq 0 ] && passwd -l root
[ \$? -eq 0 ] && sed -e 's/#ListenAddress ::/AddressFamily inet\nListenAddress 127.0.0.1/' -i /etc/ssh/sshd_config
@@ -218,6 +217,9 @@ fi
[ \$? -eq 0 ] && test -e /etc/init.d/alsa-utils && sed "s/^ALSACTLHOME=/export ALSACTLHOME=/" -i /etc/init.d/alsa-utils || true
[ \$? -eq 0 ] && test -e /usr/share/alsa/utils.sh && sed "s/amixer \\\$CARDOPT/HOME=\\\$ALSACTLHOME amixer \\\$CARDOPT/g" -i /usr/share/alsa/utils.sh || true
+# update all (mostly only one) initrd.img files
+[ \$? -eq 0 ] && update-initramfs -u -v -k all
+
[ \$? -eq 0 ] && apt-get clean
EOF
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).
More information about the x2go-commits
mailing list