A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Goanna/6.6 Firefox/102.0 PaleMoon/33.1.1 IP Address : 178.202.75.45 Hostname : ip-178-202-075-045.um47.pools.vodafone-ip.de Old Revision : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1726130482 New Revision : https://wiki.x2go.org/doku.php/doc:howto:tce Date of New Revision: 2024/09/12 17:40 Edit Summary : [Starting the Build] check for mksquashfs on foreign archs was wrong and never fired User : stefanbaur There may be newer changes after this revision. If this happens, a message will be shown on the top of the rev page. @@ -492,9 +492,9 @@ # The following is a hack to reduce squashfs creation time in a crossbuild environment. # We're replacing mksquashfs in the changeroot with a wrapper script that drops the # original mksquashfs call into a file. - if (uname -r | grep -q 'i.86' || uname -r | grep -q 'amd64') ; then + if (uname -m | grep -q 'i.86' || uname -m | grep -q 'x86_64' || uname -m | grep -q 'ppc64') ; then # We need to do this as a background task, waiting for the mksquashfs executable to # appear in the changeroot; as the changeroot will only be created later on, once # lb build is called. -- This mail was generated by DokuWiki at https://wiki.x2go.org/