A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 00:06
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=1481760345
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -101,9 +101,9 @@
ln ./tftpboot/live/initrd.img ./x2go-tce-initrd.img
ln ./binary/live/filesystem.squashfs ./x2go-tce-filesystem.squashfs
lb clean
else
- echo 'Build failed: '$LBX2GO_TCEDIR'"
+ echo -e "Build failed: '$LBX2GO_TCEDIR'"
fi
cd ..
fi
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:57
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=1481759789
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : stefanbaur
@@ -21,9 +21,9 @@
* You need a Debian Jessie system to build the image. (Other distributions based on Debian might work, but this is untested.)
* 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>
+ * Install the required packages by running: <code>sudo apt-get install git-core lzma live-build live-config-doc live-manual-html live-boot-doc</code>
* export the following variables:<code>
# Point this to the git repository you wish to use
export LBX2GO_CONFIG='http://git-server-and-project::branch'
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:56
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=1481757704
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -95,8 +95,11 @@
lb config $LBX2GO_ARCH $LBX2GO_SPACE $LBX2GO_DEFAULTS \
--config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE \
--archive-areas "$LBX2GO_ARCHIVE_AREAS"
lb build && echo -e "Build is done: '$LBX2GO_TCEDIR'"
+ ln ./tftpboot/live/vmlinuz ./x2go-tce-vmlinuz
+ ln ./tftpboot/live/initrd.img ./x2go-tce-initrd.img
+ ln ./binary/live/filesystem.squashfs ./x2go-tce-filesystem.squashfs
lb clean
cd ..
fi
</code>
--
This
mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:21
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=1481757565
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -92,11 +92,11 @@
mkdir -p $LBX2GO_TCEDIR
cd $LBX2GO_TCEDIR
lb config $LBX2GO_ARCH $LBX2GO_SPACE $LBX2GO_DEFAULTS \
- --config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE
+ --config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE \
--archive-areas "$LBX2GO_ARCHIVE_AREAS"
lb build && echo -e "Build is done: '$LBX2GO_TCEDIR'"
lb clean
cd ..
fi
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:19
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=1481757547
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : stefanbaur
@@ -45,9 +45,9 @@
# These are default values that should not require tuning
export LBX2GO_DEFAULTS='--initsystem sysvinit --security true --updates true
--apt-recommends false --firmware-chroot true
--backports true'
- export LBX2GO_ARCHIVE_AREAS="'main contrib non-free'"
+ export LBX2GO_ARCHIVE_AREAS="main contrib non-free"
</code>
===== Netbooting =====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:19
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=1481757461
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -74,16 +74,18 @@
[ -z "$LBX2GO_SPACE" ] ||
[ -z "$LBX2GO_CONFIG" ] ||
[ -z "$LBX2GO_DEFAULTS" ] ||
[ -z "$LBX2GO_IMAGETYPE" ] ||
- [ -z "$LBX2GO_TIMESTAMP" ] ; then
+ [ -z "$LBX2GO_TIMESTAMP" ] ||
+ [ -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}'"
echo -e "LBX2GO_DEFAULTS: '${LBX2GO_DEFAULTS}'"
echo -e
"LBX2GO_CONFIG: '${LBX2GO_CONFIG}'"
echo -e "LBX2GO_IMAGETYPE: '${LBX2GO_IMAGETYPE}'"
echo -e "LBX2GO_TIMESTAMP: '${LBX2GO_TIMESTAMP}'"
+ 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 will create a timestamped subdirectory for the build
@@ -91,9 +93,10 @@
cd $LBX2GO_TCEDIR
lb config $LBX2GO_ARCH $LBX2GO_SPACE $LBX2GO_DEFAULTS \
--config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE
+ --archive-areas "$LBX2GO_ARCHIVE_AREAS"
lb build && echo -e "Build is done: '$LBX2GO_TCEDIR'"
lb clean
cd ..
fi
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 23:17
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=1481755009
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : stefanbaur
@@ -44,9 +44,10 @@
# These are default values that should not require tuning
export LBX2GO_DEFAULTS='--initsystem sysvinit --security true --updates true
--apt-recommends false --firmware-chroot true
- --backports true --archive-areas main contrib non-free'
+ --backports true'
+ export LBX2GO_ARCHIVE_AREAS="'main contrib non-free'"
</code>
===== Netbooting =====
--
This mail was generated by
DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 22:36
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=1481754930
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : stefanbaur
@@ -38,14 +38,14 @@
# 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
- --initramfs-compression lzma'
+ --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 --firmware-binary true
+ --apt-recommends false --firmware-chroot true
--backports true --archive-areas main contrib non-free'
</code>
===== Netbooting =====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/14 22:35
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=1481753230
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -63,9 +63,9 @@
# Set everything up for netboot-image creation
LBX2GO_IMAGETYPE='netboot'
# Create Timestamp
- LBX2GO_TIMESTAMP=./live-build-x2go-$(date +"%Y%m%d%H%M%S")
+ LBX2GO_TIMESTAMP=$(date +"%Y%m%d%H%M%S")
# Set Directory name
LBX2GO_TCEDIR=./live-build-x2go-$LBX2GO_TIMESTAMP
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/