A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/14 21:13 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=1481749600 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Build system prerequisites for all variants] User : stefanbaur @@ -22,9 +22,28 @@ * We suggest using a 64-Bit system, though it should be possible to use a 32-Bit system if you don't want to build a 64-Bit ThinClient image. * We suggest leaving at least 4 GB of free disk space so the build won't abort due to insufficient disk space. * Make sure your package list is up to date by running: <code>sudo apt-get update </code> * Install the required packages by running: <code>sudo apt-get install git-core live-build live-config-doc live-manual-html live-boot-doc</code> + * export the following variables:<code> + # Select ONE of the following LBX2GO_ARCH lines and comment out the others + # (feel free to use long or short options) + # for 64-Bit builds, use: + # export LBX2GO_ARCH='-a amd64 -k amd64' + # 32-Bit, larger memory footprint, but faster performance on i686 and newer + # export LBX2GO_ARCH='-a i386 -k 686-pae' + # 32-Bit, smallest memory footprint + export LBX2GO_ARCH='--architectures i386 --linux-flavours 586' + # These options are meant to reduce the image size. + # Feel free to adapt them after consulting "man lb_config" + export LBX2GO_SPACE='--checksums none --apt-indices none --cache false \ + --apt-recommends false --win32-loader false --memtest none\ + --firmware-binary false --initramfs-compression lzma' + + # These are default values that should not require tuning + export LBX2GO_DEFAULTS='--initsystem sysvinit --security true --updates true \ + --firmware-chroot true --backports true + --archive-areas "main contrib non-free"' ===== Netbooting ===== ==== Prerequisites ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/