On Wed, 02 Jun 2010 23:10:29 -0700, Shawn Walker <[email protected]>
wrote:
> On 06/ 2/10 04:53 PM, Shawn Walker wrote:
>> Greetings,
>>
>> Attached is the 3rd (final?) draft for the addition of an on-disk
format
>> to pkg(5). Any and all feedback is greatly appreciated by the end of
>> June 7th, 2010.
>>
>> For those that read the second draft, you can find a webrev with
>> differences here:
>>
>> http://cr.opensolaris.org/~swalker/pkg-ondisk-3/
>
> Technically, the webrev has the attachment ;)
>
> However, the draft is now attached.
>
> Cheers,
> -Shawn
Given the selection of container format, have you considered compression
algorithms for the whole container that meets your requirements? The
majority of popular compressors require an out-of-band index to facilitate
random access without additional seeking.
Minor inconsistency in the requirements:
The requirements for the on-disk archive format include:
- support for archives greater than 8GB in size,
- support for files in archive greater than 4GB in size,
...
The cpio format was rejected for the following reasons:
- The size of files in portable cpio archives is limited to
(8 * 2^30) bytes.
-Albert
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss