-.\" $OpenBSD: release.8,v 1.72 2015/09/14 20:06:59 schwarze Exp $
+.\" $OpenBSD: release.8,v 1.73 2016/06/26 15:17:43 tb Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\"
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: September 14 2015 $
+.Dd $Mdocdate: June 26 2016 $
.Dt RELEASE 8
.Os
.Sh NAME
Make and validate the xenocara release.
.It
Make the third party packages.
+.It
+Create boot and installation disk images.
.El
.Pp
The following sections describe each of the required steps in detail.
for installation, either individually or in bulk.
This is described in
.Xr ports 7 .
+.Ss 8. Create boot and installation disk images
+At this point,
+.Va RELEASEDIR
+contains the
+.Ox
+tarballs necessary to upgrade.
+.Pp
+The following steps will create the boot and installation images
+.No install${ Ns Ar VERSION Ns }.fs
+and
+.No install${ Ns Ar VERSION Ns }.iso
+suitable for installs without network connectivity.
+These images contain the tarballs and ports built in the previous
+steps.
+.Bd -literal -offset indent
+# export RELDIR=your-releasedir
+# export RELXDIR=your-xenocara-releasedir
+# cd /usr/src/distrib/${ARCH}/iso && make
+# make install
+# unset RELDIR RELXDIR
+.Ed
+.Pp
+The two installer images are now stored in the local release
+directory.
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr doas 1 ,