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

Date        : 2021/01/10 01:24
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 
Firefox/84.0
IP-Address  : 82.212.29.219
Hostname    : HSI-KBW-082-212-029-219.hsi.kabelbw.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1599472538
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Configuring the Build] don't use qemu when building arm on arm
User        : stefanbaur

@@ -95,9 +95,9 @@
     export LBX2GO_BOOTLOADERPARAMNAME="--bootloader"
 fi
# set boot loader type - leave this unchanged unless you really know what you're doing
- if echo "$LBX2GO_ARCH" | awk '{print $2}' | grep -q "arm" ; then
+ if echo "$LBX2GO_ARCH" | awk '{print $2}' | grep -q "arm" && ! dpkg 
--print-architecture | grep -q 'arm'; then
     # This is part of our experimental ARM support
     LBX2GO_BOOTLOADERPARAMNAME=" "
     LBX2GO_BOOTLOADER=" "
 else


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

_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to