| Quote | 
| As far as the .tar.gz goes, is it time to drop it as unique MyDSL extension association and use only the standard definition of a compressed tarball? I would like to depreciate it as a MyDSL extension. | 
| Code Sample | 
| tar -ztf $EXTENSION | while read LN; do case ${LN} in usr*|bin*|sbin*|boot*|lib*|var/lib*|var/cache*) /etc/init.d/mkwriteable; break;; esac; done | 
| Quote | 
| Listing tar contents can take a noticeable amount of time, | 
| Quote | 
| add a line of code to the extension loading scripts |