提交 1482f214 编写于 作者: J Ján Tomko

docs: backing chains: fix qemu-img invocation

The example was missing the 'create' command.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reported-by: NRoland Clobus <rclobus@rclobus.nl>
上级 5263160f
......@@ -120,7 +120,7 @@ means that the **-F** parameter of ``qemu-img`` must always be used.
::
qemu-img -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
qemu-img create -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
Note that if ``$BACKING_IMAGE_PATH`` is relative the path is considered relative to
the location of ``$IMAGE_PATH``.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册