aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/release.7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7/release.7')
-rw-r--r--share/man/man7/release.735
1 files changed, 22 insertions, 13 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 763edb8c6c13..0a56f0762591 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -22,9 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd February 8, 2022
+.Dd August 6, 2023
.Dt RELEASE 7
.Os
.Sh NAME
@@ -311,9 +309,6 @@ directory in
Set to the list of any ports that are required for the target device
in the format of
.Fa category/port .
-The
-.Fa devel/subversion
-port is built by default.
.It Va EMBEDDED_TARGET
When set, its value is passed to
.Xr make 1
@@ -368,6 +363,25 @@ is used, the resulting files compressed with
.Xr xz 1
compress to roughly the same size, regardless of the specified disk image
size.
+.It Va VMFS
+(Deprecated.)
+Set to specify which of the filesystem(s) listed in
+.Va VMFSLIST
+is linked to the historical non-filesystem-labelled file name.
+Valid values are
+.Va ufs
+and
+.Va zfs .
+The default value is
+.Va ufs .
+.It Va VMFSLIST
+Set to specify the list of file system types to build images for.
+Valid values are one or both of
+.Va ufs
+and
+.Va zfs .
+The default value is
+.Va ufs zfs .
.It Va VMFORMATS
Set to the target virtual disk image format(s) to create.
By default, the
@@ -506,7 +520,7 @@ Displays the list of valid
values.
.It Cm list-vmtargets
Displays the list of valid
-.Va VMFORMAT
+.Va VMFORMATS
and
.Va CLOUDWARE
values.
@@ -634,12 +648,7 @@ cd /usr/src/release
sh release.sh
.Ed
.Pp
-Optionally, a configuration file can be used customize the release build,
-such as the subversion revision to use, the branch of the subversion tree for
-.Li src/ ,
-.Li ports/ ,
-and
-.Li doc/ .
+Optionally, a configuration file can be used to customize the release build:
.Bd -literal -offset indent
cd /usr/src/release
sh release.sh -c $HOME/release.conf