Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/185'
Browse files Browse the repository at this point in the history
* origin/pr/185:
  qvm-create.1: more detailed --root-copy-from description
  qvm-create.1: improve --root-move-from description
  • Loading branch information
marmarek committed Sep 28, 2021
2 parents 9afb3ad + 1a8913a commit b2befc2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/manpages/qvm-create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,17 @@ Options

.. option:: --root-copy-from=FILENAME, -r FILENAME

Use provided :file:`root.img` instead of default/empty one (file will be
*copied*). This option is mutually exclusive with :option:`--root-move-from`.
Use provided :file:`root.img` instead of default/empty one (file
will be *copied*). If the provided file does not have the same size
as the system volume being created, the VM will still be created
but with an empty system volume, and the program will report an
error. This option is mutually exclusive with :option:`--root-move-from`.

.. option:: --root-move-from=FILENAME, -R FILENAME

Use provided :file:`root.img` instead of default/empty one (file will be
*moved*). This option is mutually exclusive with :option:`--root-copy-from`.
Like :option:`--root-copy-from`, but remove provided :file:`root.img` file
after succesful copy. This option is mutually exclusive with
:option:`--root-copy-from`.

.. option:: -P POOL

Expand Down

0 comments on commit b2befc2

Please sign in to comment.