add a couple of items to the TODO list.
- direct to CD writing - inclusion of distfiles for pkgs which can't be packaged.
This commit is contained in:
parent
6ef4d03e59
commit
f855ba7842
1 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: TODO,v 1.3 2002/07/18 01:00:53 dmcmahill Exp $
|
||||
$NetBSD: TODO,v 1.4 2002/08/02 12:37:32 dmcmahill Exp $
|
||||
|
||||
To-Do List for cdpack
|
||||
---------------------
|
||||
|
@ -17,3 +17,14 @@ To-Do List for cdpack
|
|||
the selection of packages, select some subset of them and then do
|
||||
a batch install.
|
||||
|
||||
- add a -pipe option to pipe the output of mkisofs directly to
|
||||
cdrecord (or other program) to allow direct writing to CD avoiding
|
||||
the need for a potentially large amount of disk space for the
|
||||
generated images.
|
||||
|
||||
- add an option to go through pkgsrc and find all the packages
|
||||
which can't be packaged (NO_PACKAGE or INTERACTIVE) and copy
|
||||
the distfiles into a single directory. This way you can create
|
||||
a CD set where you include distfiles for the packages which
|
||||
couldn't be made into binary pkgs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue