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

wiki-admin at x2go.org wiki-admin at x2go.org
Mon Jun 19 22:05:48 CEST 2017


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

Date        : 2017/06/19 20:05
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
IP-Address  : 78.43.91.217
Hostname    : HSI-KBW-078-043-091-217.hsi4.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1497880325
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build] added LBX2GO_NOSQUASHFS option -> concats squashfs to initrd
User        : stefanbaur

@@ -354,8 +354,13 @@
          ln ./binary/live/filesystem.squashfs ./x2go-tce-filesystem.squashfs
          if [ "$LBX2GO_IMAGETYPE" = "netboot" ] ; then
              ln ./tftpboot/live/vmlinuz ./x2go-tce-vmlinuz
              ln ./tftpboot/live/initrd.img ./x2go-tce-initrd.img
+             if [ "$LBX2GO_NOSQUASHFS" = "true" ] ; then
+                 (cd binary; echo live$'\n'live/filesystem.squashfs |cpio -o -H newc | gzip --fast)
>./x2go-tce-filesystem.cpio.gz
+                 cat ./x2go-tce-initrd.img ./x2go-tce-filesystem.cpio.gz >./x2go-tce-initrd-with-fs.img
+                 rm ./x2go-tce-filesystem.cpio.gz
+             fi
          fi
          if [ "$LBX2GO_IMAGETYPE" = "iso" ] || [ "$LBX2GO_IMAGETYPE" = "iso-hybrid" ] ; then
              ln ./binary/live/vmlinuz ./x2go-tce-vmlinuz
              ln ./binary/live/initrd.img ./x2go-tce-initrd.img


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



More information about the x2go-commits mailing list