diff --git a/man.md b/man.md index 41bb9fd..3db635b 100644 --- a/man.md +++ b/man.md @@ -374,6 +374,13 @@ STORAGE EXAMPLES ======== +**qq2clone** **import-template** Debian +Import a domain on the current libvirt connection of name Debian. Now +Debian can be used as a template to produce clone machines + +**qq2clone** **import-template** /home/user/Debian.xml +Import domain from a libvirt domain XML file to be used as a template + **qq2clone** --template Debian --run --virt-viewer clone Make a clone of Debian, run it, and connect to its spice graphics using virt-viewer. All of these options could have instead been defined in the diff --git a/man.pandoc b/man.pandoc index 4d8c2a8..ddbe0ee 100644 --- a/man.pandoc +++ b/man.pandoc @@ -362,6 +362,13 @@ location you do choose is only used by qq2clone # EXAMPLES +**qq2clone** **import-template** Debian +: Import a domain on the current libvirt connection of name Debian. Now Debian can +be used as a template to produce clone machines + +**qq2clone** **import-template** /home/user/Debian.xml +: Import domain from a libvirt domain XML file to be used as a template + **qq2clone** \-\-template Debian \-\-run \-\-virt-viewer clone : Make a clone of Debian, run it, and connect to its spice graphics using virt\-viewer. All of these options could have instead been defined in the diff --git a/qq2clone.1 b/qq2clone.1 index e1e6f35..f48e8a6 100644 --- a/qq2clone.1 +++ b/qq2clone.1 @@ -421,6 +421,13 @@ Default value: .RE .SH EXAMPLES .TP +.B \f[B]qq2clone\f[R] \f[B]import\-template\f[R] Debian +Import a domain on the current libvirt connection of name Debian. +Now Debian can be used as a template to produce clone machines +.TP +.B \f[B]qq2clone\f[R] \f[B]import\-template\f[R] /home/user/Debian.xml +Import domain from a libvirt domain XML file to be used as a template +.TP .B \f[B]qq2clone\f[R] \-\-template Debian \-\-run \-\-virt\-viewer clone Make a clone of Debian, run it, and connect to its spice graphics using virt\-viewer.