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

wiki-admin at x2go.org wiki-admin at x2go.org
Wed Dec 14 23:07:10 CET 2016


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

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

@@ -62,24 +62,31 @@
  Change to a directory where you want to save your builds, and run the following commands:<code>
  # Set everything up for netboot-image creation
  LBX2GO_IMAGETYPE='netboot'
  
- if [ -z "$LBX2GO_ARCH" ] || \
-    [ -z "$LBX2GO_SPACE" ] || \
-    [ -z "$LBX2GO_CONFIG" ] || \
-    [ -z "$LBX2GO_DEFAULTS" ] || \
-    [ -z "$LBX2GO_IMAGETYPE" ] ; then
+ # Create Timestamp
+ LBX2GO_TIMESTAMP=./live-build-x2go-$(date +"%Y%m%d%H%M%S") 
+ 
+ # Set Directory name
+
LBX2GO_TCEDIR=./live-build-x2go-$LBX2GO_TIMESTAMP
+ 
+ if [ -z "$LBX2GO_ARCH" ] ||
+    [ -z "$LBX2GO_SPACE" ] ||
+    [ -z "$LBX2GO_CONFIG" ] ||
+    [ -z "$LBX2GO_DEFAULTS" ] ||
+    [ -z "$LBX2GO_IMAGETYPE" ] ||
+    [ -z "$LBX2GO_TIMESTAMP" ] ; 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 "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
-     LBX2GO_TCEDIR=./live-build-x2go-$(date +"%Y%m%d%H%M%S") 
      mkdir -p $LBX2GO_TCEDIR
      cd $LBX2GO_TCEDIR
  
      lb config $LBX2GO_ARCH
$LBX2GO_SPACE $LBX2GO_DEFAULTS \


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



More information about the x2go-commits mailing list