2001-04-27 20:16:41 +02:00
|
|
|
cdpack is a small utility for creating ISO 9660 images for
|
2005-08-01 23:47:43 +02:00
|
|
|
a multi-CD/DVD binary package collection. The utility creates
|
2001-04-27 20:16:41 +02:00
|
|
|
ISO 9660 images for all the binary packages in a specified
|
2005-08-01 23:47:43 +02:00
|
|
|
directory.
|
|
|
|
|
|
|
|
A choice of two algorithms is available for how the packages
|
|
|
|
are grouped. The "no duplication" algorithm arranges the
|
|
|
|
packages so any package on CD/DVD number `n' will have all of
|
|
|
|
its dependencies on CD/DVD numbers 1 through `n'.
|
|
|
|
|
|
|
|
The "no inter-CD/DVD depends" algorithm will place certain
|
|
|
|
packages on more than one CD/DVD to ensure that each CD/DVD is
|
|
|
|
self contained (all package dependencies are satisfied within
|
|
|
|
the single CD/DVD).
|
2008-01-29 00:06:13 +01:00
|
|
|
|
|
|
|
The cddist utility in this package is used for creating an archive
|
|
|
|
set of distfiles.
|