[X2Go-Commits] [x2gothinclient] 01/01: install meta-package for linux-image to get most recent version. Thanks to Mike for the hint.

git-admin at x2go.org git-admin at x2go.org
Fri Mar 2 13:35:27 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gothinclient.

commit c083fd5449af8f590b19dbc465be3be38ca2f9ee
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Fri Mar 2 13:35:15 2018 +0100

    install meta-package for linux-image to get most recent version. Thanks to Mike for the hint.
---
 debian/changelog                            | 1 +
 management/sbin/x2gothinclient_create       | 4 ++--
 management/sbin/x2gothinclient_preptftpboot | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 30a58a4..e6dbc07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -147,6 +147,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low
   * let user choose architecture by setting TC_ARCH variable. Default amd64.
   * improve support for gnupg and dbus.
   * modify x2gothinclientd to start scripts needed by gpg agent.
+  * install meta-package for linux-image to get most recent version. Thanks to Mike for the hint.
 
   [ Martti Pitkänen ]
   * debian/po:
diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create
index 204a4a5..8b8cb3b 100755
--- a/management/sbin/x2gothinclient_create
+++ b/management/sbin/x2gothinclient_create
@@ -54,13 +54,13 @@ TC_FLAVOUR="${TC_FLAVOUR:-displaymanager}"
 if [ "$TC_ARCH" == "amd64" ]
 then
   ARCHSTR=""
-  KERNEL_VERSION="4.9.0-4-amd64"
+  KERNEL_VERSION="amd64"
 fi
 
 if [ "$TC_ARCH" == "i386" ]
 then
   ARCHSTR="--arch i386"
-  KERNEL_VERSION="4.9.0-4-686"
+  KERNEL_VERSION="686"
 fi
 
 if [ "x$TC_FLAVOUR" != "xminidesktop" ] && [ "x$TC_FLAVOUR" != "xdisplaymanager" ]; then
diff --git a/management/sbin/x2gothinclient_preptftpboot b/management/sbin/x2gothinclient_preptftpboot
index 98a2ab9..3e0d62a 100755
--- a/management/sbin/x2gothinclient_preptftpboot
+++ b/management/sbin/x2gothinclient_preptftpboot
@@ -68,12 +68,12 @@ cd "$TC_TFTP_BOOT"
 
 if [ "$TC_ARCH" == "amd64" ]
 then
-  KERNEL_VERSION="4.9.0-4-amd64"
+  KERNEL_VERSION="amd64"
 fi
 
 if [ "$TC_ARCH" == "i386" ]
 then
-  KERNEL_VERSION="4.9.0-4-686"
+  KERNEL_VERSION="686"
 fi
 
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git


More information about the x2go-commits mailing list