Quote |
Is this only to save space for the compressed tarballs?... or to pack more in the RamDisk when running the LiveCD version? |
Quote |
Is there such a thing as a compressed folder (a la NTFS) that could be used for savings in RamDisk? |
Quote |
If it's for the tarball sizes (uci sizes), how much difference does it make after compression? An unstripped xyz is how much bigger than a stripped xyz after it's compressed? |
Quote (john.martzouco @ Dec. 08 2007,19:43) |
If it's for the tarball sizes (uci sizes), how much difference does it make after compression? An unstripped xyz is how much bigger than a stripped xyz after it's compressed? |
Quote (stupid_idiot @ Dec. 08 2007,12:41) | ||
For example (based on what I am working on): (1) gtk2-dev.unc (unstripped) -- Size: 516K gtk2-dev.unc (stripped) -- Size: 240K |
Code Sample |
mkisofs -R -hide-rr-moved -cache-inodes -pad <directory>/ | create_compressed_fs -m -B65536 -L9 -v - <foo>.unc |
Quote |
An unstripped xyz is how much bigger than a stripped xyz after it's compressed? |