Skip to content

Commit

Permalink
qvm-create.1: more detailed --root-copy-from description
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Sep 18, 2021
1 parent 764ca71 commit 1a8913a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/manpages/qvm-create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ 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

Expand Down

0 comments on commit 1a8913a

Please sign in to comment.