A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/22 16: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=1482423020 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: User : stefanbaur @@ -51,16 +51,27 @@ export LBX2GO_DEFAULTS='--initsystem sysvinit --security true --updates true --apt-recommends true --firmware-chroot true --backports true' export LBX2GO_ARCHIVE_AREAS="main contrib non-free" + + # Select ONE of the following LBX2GO_IMAGETYPE lines and comment out the others + # to create an iso image: + # export LBX2GO_IMAGETYPE='iso' + # to create an iso image that can also be dd'ed to USB media: + # export LBX2GO_IMAGETYPE='iso-hybrid' + # to create an image that can be written to a hard disk: + #export LBX2GO_IMAGETYPE='hdd' + # to create a tar file only: + #export LBX2GO_IMAGETYPE='tar' + # to create a netboot-image: + export LBX2GO_IMAGETYPE='netboot' + </code> ==== Building your own X2Go-TCE image ==== === Starting the build === Change to a directory where you want to save your builds, and run the following commands:<code> - # Set everything up for netboot-image creation - LBX2GO_IMAGETYPE='netboot' # Create Timestamp LBX2GO_TIMESTAMP=$(date +"%Y%m%d%H%M%S") -- This mail was generated by DokuWiki at http://wiki.x2go.org/