WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: A few non-SquashFS extensions?  (Read 2555 times)

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
A few non-SquashFS extensions?
« 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.
« Last Edit: October 21, 2009, 09:55:15 PM by maro »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: A few non-SquashFS extensions?
« Reply #1 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.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: A few non-SquashFS extensions?
« Reply #2 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.