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

wiki-admin at x2go.org wiki-admin at x2go.org
Wed Dec 14 22:03:06 CET 2016


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

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

@@ -36,18 +36,26 @@
  ==== Building your own netbootable X2Go-TCE image ====
  
  === Starting the build ===
  Change to a directory where you want to save your builds, and run the following commands:<code>
+ 
+ LBX2GO_IMAGETYPE='netboot'
+ LBX2GO_CONFIG='http://git-server-and-project::branch'
  
  DIR=./live-build-x2go-$(date +"%Y%m%d%H%M%S") # this will create a timestamped subdirectory
  mkdir -p $DIR
  cd $DIR
  
- # Select ONE of the following ARCH lines and comment out the others
-
#ARCH="-a amd64 -k amd64" # for 64-Bit builds
- #ARCH="-a i386 -k 686-pae" # 32-Bit, larger memory footprint, but faster performance on i686 and newer
- ARCH="-a i386 -k 586" # 32-Bit, smallest memory footprint
+ # Select ONE of the following ARCH lines and comment out the others (feel free to use long or short options)
+ #ARCH='-a amd64 -k amd64' # for 64-Bit builds
+ #ARCH='-a i386 -k 686-pae' # 32-Bit, larger memory footprint, but faster performance on i686 and newer
+ LBX2GO_ARCH='--architectures i386 --linux-flavours 586' # 32-Bit, smallest memory footprint
+ 
+ # These options are meant to reduce the image size. Feel free to adapt them after consulting "man lb_config"
+ LBX2GO_SPACE='--checksums none --apt-indices none --cache false --apt-recommends false --win32-loader false --firmware-binary false --memtest none --initramfs-compression lzma'
+ 
+ LBX2GO_DEFAULTS='--archive-areas "main contrib non-free" --firmware-chroot true --updates true --backports true --security true
--initsystem sysvinit'
  
- lb config ...
+ lb config $LBX2GO_ARCH $LBX2GO_SPACE $LBX2GO_DEFAULTS --config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE
  lb build
  lb clean # optional command to clean up afterwards -> saves some space
  </code>


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



More information about the x2go-commits mailing list