LWN.net Logo

KNOPPIX 3.5 "maxi edition" at LinuxTag

KNOPPIX 3.5 "maxi edition" at LinuxTag

Posted Jun 16, 2004 0:18 UTC (Wed) by lnex (guest, #20861)
Parent article: KNOPPIX 3.5 "maxi edition" at LinuxTag

super leet.. u need a big memory to make ramdisk to fit all packages ;)

unless u have a harddisk..


(Log in to post comments)

KNOPPIX 3.5 "maxi edition" at LinuxTag

Posted Jun 16, 2004 13:52 UTC (Wed) by jreiser (subscriber, #11027) [Link]

To re-generate the CD-ROM of KNOPPIX 3.3 using the supplied createcompressedfs, you need a swap space as big as the CD: about 2.0 GB. That requirement exists only because of the desire for the output to be compatible with a pipe. If you allow lseek on the output, and allow an over-estimate of the number of 64KB blocks of output, then the array which holds the starting byte offset for each block can written once at the beginning with placeholders, and re-written at the end with actual values. This reduces the address space of a modified createcompressedfs to just a few megabytes.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds