[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce
wiki-admin at x2go.org
wiki-admin at x2go.org
Tue Sep 17 09:42:13 CEST 2019
A page in your DokuWiki was added or changed. Here are the details:
Date : 2019/09/17 07:42
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:60.9) Gecko/20100101 Goanna/4.4 Firefox/60.9 PaleMoon/28.7.1
IP-Address : 109.193.81.67
Hostname : HSI-KBW-109-193-081-067.hsi7.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1568705813
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build] updated build failed message for HDD builds and pre-Debian-Buster build attempts
User : stefanbaur
@@ -282,11 +282,17 @@
lb clean
rm -rf ./cache
fi
else
- # note that imagetype hdd always ends here,
- # due to a harmless error that can be safely ignored, but which sets the error code to != 0
echo -e "Build failed: '$LBX2GO_TCEDIR'"
+ if [ "$LBX2GO_IMAGETYPE" = "hdd" ] ; then
+ echo "Looks like you tried to
build an hdd image."
+ echo "Older (pre-Debian-Buster) releases of live-build show a harmless error during"
+ echo "the build, that can be safely ignored - but will still get you a 'Build failed'"
+ echo "message in turn. So if you're running an older Debian release, you might want to"
+ echo "look at the content of your build directory - maybe your build was successful"
+ echo "after all, and this script was merely unable to detect it (computers are dumb)."
+ fi
fi
cd ..
fi
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list