User Tools

Site Tools


doc:howto:tce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:howto:tce [2019/09/18 19:36]
stefanbaur [Configuring the Build] removed superfluous # sign, probably vim or wiki autocomplete going crazy
doc:howto:tce [2019/11/14 00:38]
stefanbaur [Starting the Build]
Line 138: Line 138:
  
 # This is part of our experimental ARM support # This is part of our experimental ARM support
-if echo "$LB_X2GO_ARCH" | grep -q 'arm'; then+if echo "$LBX2GO_ARCH" | grep -q 'arm'; then
     export LBX2GO_DEFAULTS+=" --bootstrap-qemu-arch arm64 \     export LBX2GO_DEFAULTS+=" --bootstrap-qemu-arch arm64 \
                               --bootstrap-qemu-static /usr/bin/qemu-arm-static"                               --bootstrap-qemu-static /usr/bin/qemu-arm-static"
Line 291: Line 291:
     # It makes some necessary changes, and also tries to speed up squashfs creation.     # It makes some necessary changes, and also tries to speed up squashfs creation.
     if (uname -r | grep -q 'i.86' || uname -r | grep -q 'amd64') && \     if (uname -r | grep -q 'i.86' || uname -r | grep -q 'amd64') && \
-       echo "$LB_X2GO_ARCH" | grep -q 'arm'; then+       echo "$LBX2GO_ARCH" | grep -q 'arm'; then
  
         # This command removes all references to fuseext and x2gothinclient from the         # This command removes all references to fuseext and x2gothinclient from the
doc/howto/tce.txt ยท Last modified: 2024/01/26 19:49 by stefanbaur