mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Merge pull request #543 from tommarcoen/master
Update vm.8 with img command info
This commit is contained in:
23
vm.8
23
vm.8
@@ -160,6 +160,10 @@
|
||||
.Cm iso
|
||||
.Op Ar -d datastore
|
||||
.Op Ar url
|
||||
.Nm
|
||||
.Cm img
|
||||
.Op Ar -d datastore
|
||||
.Op Ar url
|
||||
.Pp
|
||||
.Nm
|
||||
.Cm image list
|
||||
@@ -1002,6 +1006,25 @@ to the default datastore. The target datasource can be changed by specifying
|
||||
.Sy -d datastore
|
||||
with
|
||||
.Sy url .
|
||||
.Cm img
|
||||
.Op Ar -d datastore
|
||||
.Op Ar url
|
||||
.Xc
|
||||
List all the cloud-init images currently stored in the
|
||||
.Pa $vm_dir/.img
|
||||
directory.
|
||||
This is often useful during guest installation, allowing you to copy and paste
|
||||
the image filename.
|
||||
.Pp
|
||||
If a
|
||||
.Sy url
|
||||
is specified, instead of listing the image files, it attempts to download the given file
|
||||
using
|
||||
.Xr fetch 1
|
||||
to the default datastore. The target datastore can be changed by specifying
|
||||
.Sy -d datastore
|
||||
with
|
||||
.Sy url .
|
||||
.It Cm image list
|
||||
List available images.
|
||||
Any virtual machine can be packaged into an image, which can then be used to
|
||||
|
||||
Reference in New Issue
Block a user