-.\" $OpenBSD: release.8,v 1.97 2023/12/25 09:58:15 jca Exp $
+.\" $OpenBSD: release.8,v 1.98 2023/12/25 10:01:18 jca Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org>
.It
Make and validate the Xenocara release.
.It
-Make the third party packages.
-.It
Create boot and installation disk images.
+.It
+Make the third party packages.
.El
.Pp
This manual describes the steps for the
.Ox
base system and X Window System tarballs are in
.Va RELEASEDIR .
-.Ss 7. Make the third party packages
-The ports subsystem of contributed applications is capable of producing
-packages for installation, either individually or in bulk.
-This is described in
-.Xr ports 7 .
-.Ss 8. Create boot and installation disk images
+.Ss 7. Create boot and installation disk images
The disk images
.No install${ Ns Va VERSION Ns }.img
and
.No install${ Ns Va VERSION Ns }.iso
are suitable for installs without network connectivity.
-They contain the tarballs and ports built in the previous steps.
+They contain the tarballs built in the previous steps.
.Bd -literal -offset indent
# export RELDIR=your-releasedir RELXDIR=your-xenocara-releasedir
# cd /usr/src/distrib/$(machine)/iso && make
.Pp
The two installer images are now stored in the local release
directory.
+.Ss 8. Make the third party packages
+The ports subsystem of contributed applications is capable of producing
+packages for installation, either individually or in bulk.
+This is described in
+.Xr ports 7 .
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr pkg_add 1 ,