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

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Dec 15 03:38:09 CET 2016


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

Date        : 2016/12/15 02:38
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=1481769077
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image] 
User        : stefanbaur

@@ -155,10 +155,22 @@
  
  === 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.
-   * create a subdirectory there  and change into it:
+   * create a file x2go-tce there, using the following template and adjusting it to your needs:
  <code>
- mkdir x2go-tce
- cd x2go-tce
+ DEFAULT x2go
+ PROMPT 0
+ MENU TITLE Linux Boot Menu
+ MENU COLOR TITLE 1 #ffffff
#000000 std
+ MENU COLOR SEL 0 #ffffff #444444 std
+ MENU COLOR TABMSG 0 #999933 #000000 std
+ MENU COLOR UNSEL 0 #aaaaaa
+ 
+ LABEL x2go
+ TIMEOUT 50
+ MENU LABEL X2Go
+ 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
+ 
  </code>
    * 


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



More information about the x2go-commits mailing list