diff options
author | gjb <gjb@FreeBSD.org> | 2015-01-16 17:40:30 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-01-16 17:40:30 +0000 |
commit | 2b1b7bc3e77dfa2b6d4fd800029ee16f77e2c40c (patch) | |
tree | 3547d6b9d8b87eef2374f9cf6824adb8f3ad739d /share/man/man7 | |
parent | e3fed9e5b144dea4410e3896243f905712869346 (diff) | |
download | FreeBSD-src-2b1b7bc3e77dfa2b6d4fd800029ee16f77e2c40c.zip FreeBSD-src-2b1b7bc3e77dfa2b6d4fd800029ee16f77e2c40c.tar.gz |
Add 'list-vmtargets' target, which produces a list of
all supported VM and cloud provider images.
Add VHD_DESC, VMDK_DESC, QCOW2_DESC, RAW_DESC image
descriptions.
Format the output to make a bit more readable.
Update release(7) to document the list-vmtargets target.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/release.7 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 1284915..5cd91b6 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -406,6 +406,16 @@ See for valid format values .Pq requires version 20140927 or later . .El +.Pp +For a list of supported +.Va VMFORMATS +values +.Pq including cloud hosting provider formats +along with a brief description, run: +.Bd -literal -offset indent +cd /usr/src +make -C release list-vmtargets +.Ed .Sh CLOUD HOSTING MACHINE IMAGES The .Fx @@ -522,6 +532,12 @@ for implementation details. Displays the list of valid .Va CLOUDWARE values. +.It Cm list-vmtargets +Displays the list of valid +.Va VMFORMAT +and +.Va CLOUDWARE +values. .El .Pp Major subtargets called by targets above: |