Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: GNUser on November 08, 2019, 02:48:03 PM

Title: how to skip custom extensions during tce-update
Post by: GNUser on November 08, 2019, 02:48:03 PM
I have some custom extensions that cause tce-update to complain ("Error Could not verify <extension_name>.tcz").
It's just a cosmetic issue, but I was wondering: Is there a way to specify extensions that should be ignored during an update?
Title: Re: how to skip custom extensions during tce-update
Post by: GNUser on November 08, 2019, 02:55:31 PM
Never mind. More sleuthing led me to $TCEDIR/tcz-black.lst
http://forum.tinycorelinux.net/index.php?topic=21445.15
Title: Re: how to skip custom extensions during tce-update
Post by: Juanito on November 09, 2019, 12:02:28 AM
As I recall, customised extensions will be ignored if they do not have an associated md5sum file.
Title: Re: how to skip custom extensions during tce-update
Post by: GNUser on November 09, 2019, 12:25:20 AM
Ah, that explains why some custom extensions were causing errors but not others.
Yes, I can confirm that if md5sum file is missing, the extension doesn't get checked for update. No need for the blacklist file :D
Thanks, juanito.