With help from Theo Buehler, I was able to create the install60.fs and
install60.iso images.
I would like to propose a patch to /usr/src/share/man/man8/release.8
that includes what I learned. I have attached a CVS diff of the
proposed manpage change.
Should I submit the patch to this list or to another?
Thanks everyone!
Index: release.8
===================================================================
RCS file: /cvs/src/share/man/man8/release.8,v
retrieving revision 1.72
diff -u -p -r1.72 release.8
@@ -34,6 +34,8 @@ Build and install xenocara.
Make and validate the xenocara release.
.It
Make the third party packages.
+.It
+Build the installer images.
.El
.Pp
The following sections describe each of the required steps in detail.
@@ -338,6 +340,26 @@ subsystem of contributed applications is
for installation, either individually or in bulk.
This is described in
.Xr ports 7 .
+.Ss 8. Build the installer images
+.Pp
+At this point,
+.Va RELEASEDIR
+contains the
+.Ox
+.Sq tarballs
+necessary to install the system by hand or upgrade an existing system.
+.Pp
+To create the install${VERSION}.fs (bootable flash drive installer) and the
+install${VERSION}.iso (bootable optical media installer):
+.Bd -literal -offset indent
+# export RELDIR=your-releasedir; export RELXDIR=your-xenocara-releasedir
+# cd /usr/src/distrib/${ARCH}/iso && make
+# cd /usr/src/distrib/${ARCH}/iso && make install
+# unset RELDIR RELXDIR
+.Ed
+.Pp
+At this point, you will have the two installer images in your release
+directory.
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr doas 1 ,