A page in your DokuWiki was added or changed. Here are the details: Date : 2017/12/12 17:56 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.6.2 IP-Address : 134.3.37.90 Hostname : HSI-KBW-134-3-37-90.hsi14.kabel-badenwuerttemberg.de Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1513089012 New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Configuring the Build] first (hopefully last) patch to accomodate Ubuntu 16:04 LTS as build host User : stefanbaur @@ -78,17 +78,29 @@ --checksums none --firmware-binary false --memtest none --win32-loader false' + + # fixing some peculiarities for Ubuntu here + if $(lsb_release -i | grep -i ubuntu -q ) ; then + + [-f /usr/lib/live/build/binary_rootfs] || ln -s /usr/lib/live/build/lb_binary_rootfs /usr/lib/live/build/binary_rootfs + + export LBX2GO_MIRROR="-m http://deb.debian.org/debian" + else + export LBX2GO_UPDATES="--updates true" + fi # These are default values that should not require tuning export LBX2GO_DEFAULTS="--backports true --firmware-chroot true --initsystem sysvinit --security true - --updates true + $LBX2GO_UPDATES + $LBX2GO_MIRROR $LBX2GO_BOOTLOADERPARAMNAME $LBX2GO_BOOTLOADER --distribution $LBX2GO_DEBVERSION" + export LBX2GO_ARCHIVE_AREAS="main contrib non-free" # This is for minidesktop builds and currently only adds firefox-esr language packs -- This mail was generated by DokuWiki at https://wiki.x2go.org/