release.7 (d3d60927950be441b05ec9317a23c4cbdd91f3c1) release.7 (89585511cc052643a774f64f6450d18e7dd51d4a)
1.\" Copyright (c) 2002 Murray Stokely <murray@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
1.\" Copyright (c) 2002 Murray Stokely <murray@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd July 21, 2022
27.Dd October 28, 2022
28.Dt RELEASE 7
29.Os
30.Sh NAME
31.Nm release
32.Nd "release building infrastructure"
33.Sh DESCRIPTION
34.Fx
35provides a complete build environment suitable for users to make

--- 324 unchanged lines hidden (view full) ---

360.Pp
361Virtual machine disk images are, by default, created as sparse images.
362When
363.Va WITH_COMPRESSED_VMIMAGES
364is used, the resulting files compressed with
365.Xr xz 1
366compress to roughly the same size, regardless of the specified disk image
367size.
28.Dt RELEASE 7
29.Os
30.Sh NAME
31.Nm release
32.Nd "release building infrastructure"
33.Sh DESCRIPTION
34.Fx
35provides a complete build environment suitable for users to make

--- 324 unchanged lines hidden (view full) ---

360.Pp
361Virtual machine disk images are, by default, created as sparse images.
362When
363.Va WITH_COMPRESSED_VMIMAGES
364is used, the resulting files compressed with
365.Xr xz 1
366compress to roughly the same size, regardless of the specified disk image
367size.
368.It Va VMFS
369Set to specify the file system type to use.
370Valid values are
371.Va ufs
372and
373.Va zfs .
374The default value is
375.Va ufs .
368.It Va VMFORMATS
369Set to the target virtual disk image format(s) to create.
370By default, the
371.Va vhdf , Va vmdk , Va qcow2 ,
372and
373.Va raw
374formats are created.
375See

--- 386 unchanged lines hidden ---
376.It Va VMFORMATS
377Set to the target virtual disk image format(s) to create.
378By default, the
379.Va vhdf , Va vmdk , Va qcow2 ,
380and
381.Va raw
382formats are created.
383See

--- 386 unchanged lines hidden ---