On 03/11/2010, at 2:17 PM, Osier Yang <jyang(a)redhat.com> wrote:
how about just to change it into:
- % virsh dumpxml dom > domain.xml
- edit domain.xml
- % virsh create < domain.xml
It's a thought, but still isn't making it completely clear.
If we were to change it like this:
virsh dumpxml dom > domain.xml
vi domain.XML
(make changes to the XML using your text editor)
virsh create < domain.xml
That would probably work. The "vi" here is only useful because people will
recognize it easily. We could put in any other editor name too, say "nano" or
"gedit" or "emacs". "$EDITOR" isn't as obvious
unfortunately. :/