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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 14:30
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=1513088780
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Configuring the Build]
User : stefanbaur
@@ -55,9 +55,9 @@
# detect if the selected git repo is meant to build a stretch or jessie image
if [ -z "${LBX2GO_CONFIG##*-stretch}" ] ; then
export LBX2GO_DEBVERSION="stretch"
- else
+ else
export LBX2GO_DEBVERSION="jessie"
fi
# newer versions of live-build use the plural form of this parameter
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 14:26
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=1513088602
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build] added checks for LBX2GO_BOOTLOADERPARAMNAME and LBX2GO_BOOTLOADER
User : stefanbaur
@@ -404,8 +404,10 @@
echo -e "LBX2GO_DEBVERSION: '${LBX2GO_DEBVERSION}'"
echo -e "LBX2GO_CONFIG: '${LBX2GO_CONFIG}'"
echo -e "LBX2GO_IMAGETYPE: '${LBX2GO_IMAGETYPE}'"
echo -e "LBX2GO_TIMESTAMP: '${LBX2GO_TIMESTAMP}'"
+ echo -e "LBX2GO_BOOTLOADERPARAMNAME: '${LBX2GO_BOOTLOADERPARAMNAME}'"
+ echo -e "LBX2GO_BOOTLOADER: '${LBX2GO_BOOTLOADER}'"
echo -e "LBX2GO_ARCHIVE_AREAS:
'${LBX2GO_ARCHIVE_AREAS}'"
echo -e "Please visit http://wiki.x2go.org/doku.php/doc:howto:tce"
echo -e "and read up on the general prerequisites for X2Go-TCE"
else
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 14:23
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=1513088519
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build]
User : stefanbaur
@@ -393,8 +393,10 @@
[ -z "$LBX2GO_DEFAULTS" ] ||
[ -z "$LBX2GO_DEBVERSION" ] ||
[ -z "$LBX2GO_IMAGETYPE" ] ||
[ -z "$LBX2GO_TIMESTAMP" ] ||
+ [ -z "$LBX2GO_BOOTLOADERPARAMNAME" ] ||
+ [ -z "$LBX2GO_BOOTLOADER" ] ||
[ -z "$LBX2GO_ARCHIVE_AREAS" ]; then
echo -e "One or more of the following variables is unset:"
echo -e "LBX2GO_ARCH: '${LBX2GO_ARCH}'"
echo -e "LBX2GO_SPACE: '${LBX2GO_SPACE}'"
--
This mail was generated by DokuWiki
at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 14:21
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=1512660527
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Configuring the Build] added bootloader and bootloaderparamname variables
User : stefanbaur
@@ -52,13 +52,24 @@
# export LBX2GO_ARCH='-a i386 -k 686-pae'
# 32-Bit, smallest memory footprint
# export LBX2GO_ARCH='--architectures i386 --linux-flavours 586'
+ # detect if the selected git repo is meant to build a stretch or jessie image
if [ -z "${LBX2GO_CONFIG##*-stretch}" ] ; then
export LBX2GO_DEBVERSION="stretch"
else
export LBX2GO_DEBVERSION="jessie"
fi
+
+ # newer versions of live-build
use the plural form of this parameter
+ if $(LANG=C lb config --help | grep -q bootloaders) ; then
+ export LBX2GO_BOOTLOADERPARAMNAME="--bootloaders"
+ else
+ export LBX2GO_BOOTLOADERPARAMNAME="--bootloader"
+ fi
+
+ # set boot loader type - leave this unchanged unless you really know what you're doing
+ export LBX2GO_BOOTLOADER="syslinux"
# These options are meant to reduce the image size.
# Feel free to adapt them after consulting "man lb_config"
export LBX2GO_SPACE='--apt-indices none
@@ -74,8 +85,9 @@
--firmware-chroot true
--initsystem sysvinit
--security true
--updates true
+ $LBX2GO_BOOTLOADERPARAMNAME $LBX2GO_BOOTLOADER
--distribution $LBX2GO_DEBVERSION"
export LBX2GO_ARCHIVE_AREAS="main contrib non-free"
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 09:50
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/events:start?rev=1513030456
New Revision: https://wiki.x2go.org/doku.php/events:start
Edit Summary: [Tentative] CLT update
User : stefanbaur
@@ -10,9 +10,9 @@
* X2Go: The Gathering 2018, some time between May-July or September-October 2018, Location TBD
* TUEBIX 2018, Tuebingen, Germany, probably June 2018 (no CfP yet)
* Linuxwochen Wien, Vienna, Austria, 2018-05-02 - 2018-05-05 (no CfP yet)
* LITA 2018, Augsburg, Germany, probably 2018-04-21, same as LPD 2018.1 (no CfP yet)
- * Chemnitzer LinuxTage 2018, Chemnitz, Germany, 2018-03-10 - 2018-03-11 (CfP open, nothing submitted yet - deadline: 2018-01-08)
+ *
Chemnitzer LinuxTage 2018, Chemnitz, Germany, 2018-03-10 - 2018-03-11 (CfP open, nothing submitted yet - deadline: 2018-01-08; Uwe and Stefan#1 would be available as booth staff, further volunteers wanted, also for an ORCA booth)
* IBM Success Made With Partners, Ehningen, Germany, 2018-02-20 (CfP sent, waiting for confirmation, title: "X2Go - the Remote-Desktop- and Remote-Application-Solution (not only) for Linux on POWER" - note the Talk, if accepted, will be in German. Further event info/agenda can be found [[https://www-01.ibm.com/events/wwe/grp/grp312.nsf/Agenda.xsp?openform&semina…]]
==== Pi and More 10 1/2, University of Stuttgart, Stuttgart, Germany (2018-02-24) ====
* Location information: https://piandmore.de/en/next/venue (English) / https://piandmore.de/de/next/ort (German)
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 08:29
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: https://wiki.x2go.org/doku.php/wiki:repositories:epel?rev=1510068208
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Add instructions for Saimaa ESR.
User : ionic
@@ -52,8 +52,10 @@
As a rule of thumb: ''source''-labeled repositories are never needed, unless you want to build packages from source. ''extras''-tagged repositories are always needed.
By default, the ''release''-labeled repository is enabled and the ''nightly''-tagged repository is disabled. If you want to use the unreleased, more up-to-date packages, disable the ''release''-labeled repository and enable the ''nightly''-tagged repository.
+
+ To use Saimaa ESR, enable the ''saimaa''-labeled
repository and disable the ''release''- or ''nightly''-tagged repositories.
Note that not all of X2Go may be provided for RHEL/EPEL 5/6, as these distributions are very old and therefore more work-intensive to develop for.
<note>If you are behind a proxy, make sure the proxy is defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as RHN channels.</note>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/12/12 08:17
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: https://wiki.x2go.org/doku.php/wiki:repositories:archives:suse?rev=14799868…
New Revision: https://wiki.x2go.org/doku.php/wiki:repositories:archives:suse
Edit Summary: Fix "Fedora" mention.
User : ionic
@@ -1,9 +1,9 @@
====== Archived X2Go Packages for SUSE-Based Systems ======
<note>This information is only intended for use with the X2Go repositories. If you use the OBS SUSE X2Go instance repositories, please refer to their documentation and infrastructure. Old packages may get purged without further notification or archival in the OBS SUSE X2Go instance.</note>
- Alongside with the instructions on the [[wiki:repositories:suse|main (Open-)SUSE repository page]], we provide a repository
archive for archived X2Go (Open-)SUSE packages for deprecated (Open-)SUSE "releases". These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new Fedora release version is deprecated.
+ Alongside with the instructions on the [[wiki:repositories:suse|main (Open-)SUSE repository page]], we provide a repository archive for archived X2Go (Open-)SUSE packages for deprecated (Open-)SUSE "releases". These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new (Open-)SUSE release version is deprecated.
===== Adding the Archived X2Go Repository to your Package System =====
Depending on whether you want to use a stable or nightly version and upon your system, choose one of the multiple options provided here.
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/