Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: maro on October 21, 2009, 08:45:26 PM

Title: A few non-SquashFS extensions?
Post by: maro on October 21, 2009, 08:45:26 PM
Another little check I just executed against my private mirror of the TCZ repository (it requires the file.tczl and the squashfs-tools-4.0.tcz extensions):

Code: [Select]
ls | grep -E '\.tcz([lm]|[lm][lm]|)$' | xargs file \
| grep -v 'Squashfs filesystem' | sed -e 's/,.*$//' -e 's/ \{28\}//'

resulting in:
Quote

qt-4.5-base.tczl:      setgid Linux Compressed ROM File System data
qt-4.5-dbus.tczl:      setgid Linux Compressed ROM File System data
qt-4.5-devs.tczl:      setgid Linux Compressed ROM File System data
qt-4.5-extended.tczl:  setgid Linux Compressed ROM File System data
qt-4.5-script.tczl:    setgid Linux Compressed ROM File System data
qt-4.5-sql.tczl:       setgid Linux Compressed ROM File System data
qt-4.5-webkit.tczl:    setgid Linux Compressed ROM File System data
qt-4.5-xml.tczl:       setgid Linux Compressed ROM File System data

Note: I am aware that this does not stop the loop mounting of those extensions. It is just something I stumbled upon whilst preparing for some other checks I'm currently considering.
Title: Re: A few non-SquashFS extensions?
Post by: Jason W on October 21, 2009, 11:07:14 PM
I did run a check and rebuild of the repo a few weeks back to convert to squashfs, but I knew some fell through the cracks.

I will convert and upload these hopefully tomorrow.
Title: Re: A few non-SquashFS extensions?
Post by: Jason W on October 22, 2009, 02:14:53 PM
I won't have time in the next few days, going out of town, but there is this and some other tidying up in the repo I will do by the first of next week.