[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce
wiki-admin at x2go.org
wiki-admin at x2go.org
Sat Feb 25 18:25:28 CET 2017
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/25 17:25
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 188.105.126.159
Hostname : dslb-188-105-126-159.188.105.pools.vodafone-ip.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1488014996
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build] added patch so shrunken netboot build doesn't fail any more
User : stefanbaur
@@ -345,9 +345,9 @@
echo '# Remove folders' >>./config/hooks/0112-remove-folders.hook.chroot
echo 'rm -rf ./usr/share/doc/*' >>./config/hooks/0112-remove-folders.hook.chroot
echo 'rm -rf ./usr/share/locale/*' >>./config/hooks/0112-remove-folders.hook.chroot
echo 'rm -rf ./usr/share/man/*' >>./config/hooks/0112-remove-folders.hook.chroot
- echo 'rm -rf ./var/lib/apt/lists/*'
>>./config/hooks/0112-remove-folders.hook.chroot
+ [ "$LBX2GO_IMAGETYPE" != "netboot" ] && echo 'rm -rf ./var/lib/apt/lists/*' >>./config/hooks/0112-remove-folders.hook.chroot
chmod 755 ./config/hooks/0112-remove-folders.hook.chroot
fi
if lb build ; then
echo -e "Build is done: '$LBX2GO_TCEDIR'"
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list