summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack/files/cdpack.1
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/cdpack/files/cdpack.1')
-rw-r--r--pkgtools/cdpack/files/cdpack.116
1 files changed, 10 insertions, 6 deletions
diff --git a/pkgtools/cdpack/files/cdpack.1 b/pkgtools/cdpack/files/cdpack.1
index 83ba6b01392..bf561728531 100644
--- a/pkgtools/cdpack/files/cdpack.1
+++ b/pkgtools/cdpack/files/cdpack.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: cdpack.1,v 1.3 2001/06/02 02:03:52 dmcmahill Exp $
+.\" $NetBSD: cdpack.1,v 1.4 2001/06/23 04:08:04 dmcmahill Exp $
.\"
.\" Copyright (c) 2001 Dan McMahill, All rights reserved.
.\"
@@ -37,7 +37,7 @@
.Nd produce multi-CD binary package images
.Sh SYNOPSIS
.Nm ""
-.Op -nvV
+.Op -nRvV
.Op -x extra_directory
.Ar packages_directory
.Ar cd_image_directory
@@ -58,11 +58,9 @@ directory
.Ar cd_image_directory
is used as a staging area and the final ISO 9660 images are left in
that directory. A file,
-.Ar README.txt
-, will be left in the root of each CD image along with an index
-file
.Ar .index
-which lists the contents of each CD.
+, which lists the contents of each CD will be left in the root
+directory of each CD image.
.Bl -tag -width "-x directory "
.It Fl n
Do not duplicate packages in order to prevent inter-CD dependencies.
@@ -80,6 +78,12 @@ places packages which are lower in the dependency tree on lower
numbered CD-ROM's and packages which are higher on the higher numbered
CD-ROM's. In this fashion, a package on CD number n
will have all of its dependencies on CD numbers 1 through n
+.It Fl R
+Generate a file,
+.Ar README.txt
+, which will be placed in the root directory of each CD image. This
+README file contains a small amount of information about the contents
+of the CD set.
.It Fl v
Be verbose. Currently does not change things much.
.It Fl V