PDA

View Full Version : ISO Size



jesselong
05-23-2004, 06:14 PM
Hi,

I'm busy remastering Knoppix v3.4 according to the Howto on this site, but when I make the final iso, it ends up being 717Mb and K3b doesn't like that :-(

arkaine23
05-24-2004, 03:52 PM
You should remove some packages to keep the iso size down. tetex packages are good to get rid of and should clear up 60+MB if you have not removed them already. There are also several web browsers and text editors which are redundant (you only need one or two of each instead of 5 or 6).

jesselong
05-25-2004, 07:26 AM
Thanks, I'll do that, but how do the Knoppix guys get all that down to <700Mb in the first place?

TyphoonMentat
05-25-2004, 06:08 PM
Use the -b switch on create_compressed_fs. That's what the Knoppix guys do - it's slower, but uses a better compression schema.

jesselong
05-26-2004, 07:29 AM
Use the -b switch on create_compressed_fs. That's what the Knoppix guys do - it's slower, but uses a better compression schema.
Thanks, I'll give that a shot. Slow is good if compression comes too.

nvgringo
05-26-2004, 01:24 PM
Would that work like this?

mkisofs -R -U -V "KNOPPIX.net filesystem" -P "KNOPPIX www.knoppix.net" -hide-rr-moved -cache-inodes -no-bak -pad /mnt/hda1/knx/source/KNOPPIX | nice -5 /usr/bin/create_compressed_fs -b > /mnt/hda1/knx/master/KNOPPIX/KNOPPIX