[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri Dec 2 14:05:43 CET 2022
A page in your DokuWiki was added or changed. Here are the details:
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
IP Address : 78.43.74.240
Hostname : ip-078-043-074-240.um18.pools.vodafone-ip.de
Old Revision : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1669986106
New Revision : https://wiki.x2go.org/doku.php/doc:howto:tce
Date of New Revision: 2022/12/02 13:05
Edit Summary : [Live-Patching the Build]
User : stefanbaur
There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.
@@ -249,18 +249,11 @@
fi
</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/
- wget -O ./patch/includes.chroot/usr/lib/x2go/tce/x2gousbmount 'https://code.x2go.org/gitweb?p=x2gothinclient.git;a=blob_plain;f=usbmount/x2gousbmount;hb=c6106bd12ca0278b8706e87813ff782c0bbb6132'
- chmod 755 ./patch/includes.chroot/usr/lib/x2go/tce/x2gousbmount
- </code>
+ To add patches that aren't part of any package yet, you can use the directory ./patch/ for patches that should be added to all versions, and ./patch-minidesktop/ for patches that should only be added to the MATE-MiniDesktop Edition.
+ You will need to create a directory structure like ./patch/includes.chroot/etc/ to create/overwrite a file in /etc/ within the live environment.
==== Starting the Build ====
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
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list