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:35]
stefanbaur [Configuring the Build] added some double quotes (stylefix)
doc:howto:tce [2019/11/14 00:37]
stefanbaur [Configuring the Build]
Line 44: Line 44:
 # we have a successful connect on port 3142, assume # we have a successful connect on port 3142, assume
 # it's apt-cacher-ng and use it # it's apt-cacher-ng and use it
-#+
 if nc -z 127.0.0.1 3142 ; then  if nc -z 127.0.0.1 3142 ; then 
     # bad idea with apt-cacher-ng, but will work with e.g. squid     # bad idea with apt-cacher-ng, but will work with e.g. squid
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"
doc/howto/tce.txt ยท Last modified: 2024/01/26 19:49 by stefanbaur