[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

wiki-admin at x2go.org wiki-admin at x2go.org
Mon Apr 21 13:43:31 CEST 2025


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/135.0.0.0 Safari/537.36
IP Address          : 91.89.35.26
Hostname            : ip-091-089-035-026.um28.pools.vodafone-ip.de
Old Revision        : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1745235628
New Revision        : https://wiki.x2go.org/doku.php/doc:howto:tce
Date of New Revision: 2025/04/21 11:43
Edit Summary        : [Configuring the Build] more formatting and explanations
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.

@@ -90,12 +90,17 @@
  #export LBX2GO_ARCH='-a arm64'
  #export LBX2GO_ARCH_MODEL='Pi4' # you can also set this to 'Pi3'. Note that there must not be any whitespace between 'Pi' and the digit.
  
  # If you want to use the stock ISO image as created by this script, add your boot parameters here
- export LBX2GO_BOOTAPPEND_LIVE="boot=live components noswap lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 silent quiet sessionsurl=https://your_server_here/config/sessions pubkey=https://your_server_here/config/authorized_keys toram "
+ # Make sure to leave a trailing space at the end of your string(s)!
+ export LBX2GO_BOOTAPPEND_LIVE="boot=live components noswap lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 silent "
+ export LBX2GO_BOOTAPPEND_LIVE+="quiet essionsurl=https://your_server_here/config/sessions "
+ export LBX2GO_BOOTAPPEND_LIVE+="pubkey=https://your_server_here/config/authorized_keys toram "
  
  if echo -e "$LBX2GO_CONFIG" | grep -q "minidesktop"; then
-         LBX2GO_BOOTAPPEND_LIVE+='timezone=Europe/Berlin noautologin ' # if you use nottyautologin instead of noautologin, an autologin will be set for the account "user", which conflicts our setting for the account "x2gothinclient"
+         # if you use nottyautologin instead of noautologin, an autologin will be set for the account "user"
+         # this would conflict with our setting for the account "x2gothinclient"
+         LBX2GO_BOOTAPPEND_LIVE+='timezone=Europe/Berlin noautologin '
          export LBX2GO_BOOTAPPEND_LIVE
  elif echo -e "$LBX2GO_CONFIG" | grep -q "microdesktop"; then
          LBX2GO_BOOTAPPEND_LIVE+='timezone=Europe/Berlin '
          export LBX2GO_BOOTAPPEND_LIVE


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/


More information about the x2go-commits mailing list