A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/15 02:18 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=1481768103 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Building your own netbootable X2Go-TCE image] User : stefanbaur @@ -124,20 +124,28 @@ === 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. + 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: + + <note tip>To verify that both your installation in general and the newly copied files are reachable via TFTP, use a TFTP client - we suggest atftp - and perform these steps: <code> 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 </code> </note> - Copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root. + + Next, 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. + + <note tip>To verify that both your installation in general and the newly copied file are reachable via HTTP or FTP, use an HTTP/FTP client - we suggest wget - and perform these steps: + <code> cd $(mktemp -d) + wget -Y off http://your-http-server-ip-here/ + wget -Y off http://your-http-server-ip-here/x2go-tce/x2go-tce-filesystem.squashfs + </code> + </note> -- This mail was generated by DokuWiki at http://wiki.x2go.org/