A page in your DokuWiki was added or changed. Here are the details: Date : 2019/08/27 19:51 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:60.9) Gecko/20100101 Goanna/4.3 Firefox/60.9 PaleMoon/28.6.1 IP-Address : 109.193.81.67 Hostname : HSI-KBW-109-193-081-067.hsi7.kabel-badenwuerttemberg.de Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1566935245 New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: Updated explanations how to use the scripts User : stefanbaur @@ -35,8 +35,9 @@ * Install the required packages by running: <code>sudo apt-get install genisoimage git-core live-build live-config-doc live-manual-html live-boot-doc</code> ===== Building your own X2Go-TCE Image ===== ==== Configuring the Build ==== + Change to a directory where you want to save your builds, and save the following file as x2go-tce-config: <code> # NOTE: This file gets sourced by the actual buildscript - so place it in the same directory as the buildscript or adjust the path in the buildscript. # Select ONE of the following git reposities @@ -155,8 +156,9 @@ </code> ==== Live-Patching the Build ==== This patch is required if you need USB mount capability on the ThinClient while [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1136|Bug #1136]] is still unresolved. + Save this script in the directory where you want to save your builds and run it before calling the buildscript. <code> #!/bin/bash mkdir -p ./patch/includes.chroot/usr/lib/x2go/tce/ @@ -164,9 +166,9 @@ chmod 755 ./patch/includes.chroot/usr/lib/x2go/tce/x2gousbmount </code> ==== Starting the Build ==== - Change to a directory where you want to save your builds, and run the following commands: + In the directory where you want to save your builds, save the following file as x2go-tce-build, and run it (e.g. via //sudo bash ./x2go-tce-build//): <code> #!/bin/bash # read (source) the config file -- This mail was generated by DokuWiki at https://wiki.x2go.org/