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

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Dec 15 04:00:44 CET 2016


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2016/12/15 03:00
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address  : 78.43.90.159
Hostname    : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481769845
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image] 
User        : stefanbaur

@@ -154,12 +154,13 @@
  </note>
  
  === Adding the configuration files to your Boot Server ===
  Again, this is assuming you already have an existing, working PXE/TFTP server setup.
-   * Change to the ./pxelinux.cfg directory.
+   * Change to the pxelinux.cfg directory in your tftproot.
    * create a file x2go-tce there, using the template below and adjusting it to your needs
    * options ending in "=de" and "=de_DE.UTF-8" should be set to match your country/locale setting
    * options
containing "http://your-http-server-ip-here" should be replaced with the proper HTTP or FTP URL for your server
+   * where it says FURTHER-OPTIONS-GO-HERE, you can (must!) add one or more of the options explained below. All options are separated from the next option using a single blank (space bar), just like the options before that placeholder.
  <file - x2go-tce>
  DEFAULT x2go-tce
  PROMPT 0
  MENU TITLE Linux Boot Menu
@@ -171,7 +172,22 @@
  LABEL x2go-tce
  TIMEOUT 50
  MENU LABEL X2Go-TCE
  KERNEL x2go-tce/vmlinuz
- APPEND initrd=x2go-tce/initrd.img boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vconsole.keymap=de kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash
fetch=http://your-http-server-ip-here/x2go-tce/filesystem.squashfs sessionsurl=http://your-http-server-ip-here/x2go-demo/sessions
+ APPEND initrd=x2go-tce/initrd.img boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vconsole.keymap=de kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash fetch=http://your-http-server-ip-here/x2go-tce/filesystem.squashfs FURTHER-OPTIONS-GO-HERE
  
  </file>
+ 
+ === What options are available under FURTHER-OPTIONS-GO-HERE? ===
+   * sessionsurl=http://your-http-server-ip-here/x2go-demo/x2go-tce.sessions 
+ 
+ === Adding the session configuration file to your HTTP or FTP Server ===
+ Again, this is assuming you already have an existing, working HTTP or FTP server
setup.
+   * run X2GoClient on any computer you like, and configure a session the same way it should appear on the ThinClient <note tip>when using a Windows client, run x2goclient.exe --portable, or it will store the session information in the registry, rather than in a "sessions" file.</note>
+   * locate the "sessions" file you just created - it should be at ~/.x2goclient/sessions
+   * copy it to x2go-tce.sessions
+   * using an editor of your choice, edit x2go-tce.sessions so it contains only the sessions you want to appear on the ThinClient, and none that might have been created earlier.
+   * log on to your HTTP or FTP server and change to the x2go-tce directory in your webroot/ftproot.
+   * copy the x2go-tce.sessions file with your desired configuration to this directory.
+ 
+ 
+ 


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



More information about the x2go-commits mailing list