A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/15 02:14 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=1481766808 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Building your own netbootable X2Go-TCE image] User : stefanbaur @@ -121,4 +121,22 @@ fi </code> === Adding the files to your Boot and Web server === + + This is assuming you already have a PXE/TFTP and HTTP or FTP setup. + + Once you see the message "Build is done:", go to the directory mentioned there, and copy + x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root. + + We suggest using ./x2go-tce. + <note tip>To verify that both your installation in general and the newly copied files are reachable, use a TFTP client - we suggest atftp - and perform these steps: + cd $(mktemp -d) + atftp your-tftp-server-ip-here + tftp> get pxelinux.cfg/default + tftp> get x2go-tce/x2go-tce-vmlinuz + tftp> get x2go-tce/x2go-tce-initrd.img + tftp> quit + </note> + Copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root. + + We suggest using ./x2go-tce. -- This mail was generated by DokuWiki at http://wiki.x2go.org/