diff options
author | Lubos Kocman <lkocman@redhat.com> | 2011-03-01 00:16:32 +0100 |
---|---|---|
committer | Lubos Kocman <lkocman@redhat.com> | 2011-03-01 00:16:32 +0100 |
commit | e41b96f92283d75de1a27ad1f424ca85c5841daa (patch) | |
tree | ed67e9d5bd2cd131de3697cc1bfd30a199038177 | |
parent | ea0183f4488aada96e1d7df22c662c8f7dbee5e2 (diff) |
working on running spice
-rw-r--r-- | books/docbook/user_guide.sgm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/books/docbook/user_guide.sgm b/books/docbook/user_guide.sgm index 07a4fa8..52e8cfa 100644 --- a/books/docbook/user_guide.sgm +++ b/books/docbook/user_guide.sgm @@ -225,5 +225,21 @@ Spice supports two mouse modes: server and client. The mode can be changed dynam <title>Running Spice</title> <para> </para> +<section> +<title>Creating image</title> +<orderedlist> +<listitem> +<para> +<emphasis role="bold">A File based image</emphasis> +<screen>qemu-img create /path/to/image.img 10G</screen> +</para> +</listitem> +<listitem> +<para> +<emphasis role="bold">You can also use logical volumes in case that you already have at least one volume group configured</emphasis> +</para> +</listitem> +</orderedlist> +</section> </chapter> </book> |