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

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Dec 15 01:05:45 CET 2016


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

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

@@ -94,12 +94,16 @@
  
      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
+     if lb build ; then
+       
 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
+     else
+         echo 'Build failed: '$LBX2GO_TCEDIR'"
+     fi
      cd ..
  fi
  </code>


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



More information about the x2go-commits mailing list