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=1726168223 New Revision : https://wiki.x2go.org/doku.php/doc:howto:tce Date of New Revision: 2024/09/12 19:13 Edit Summary : [Starting the Build] add safety catch for mksquashfs 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. @@ -554,8 +554,12 @@ sed -e 's/ -Xbcj x86/ /g' -e 's# /# ./chroot/#g' -i \ ./chroot/tmp/filesystem.squashfs.temp #needs switch from e.g. /bin/mksquashfs to $(which mksquashfs) sed -e "s#^.*mksquashfs#$(which mksquashfs)#g" -i \ + ./chroot/tmp/filesystem.squashfs.temp + # if the mksquashfs command was missing, add it + grep -q mksquashfs ./chroot/tmp/filesystem.squashfs.temp || \ + sed -e "s#^ #$(which mksquashfs) #g" -i \ ./chroot/tmp/filesystem.squashfs.temp # now let's make this executable chmod 755 ./chroot/tmp/filesystem.squashfs.temp -- This mail was generated by DokuWiki at https://wiki.x2go.org/