On 11/04/2010 01:42 AM, Eric Blake wrote:
<snip>
> 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
Can we keep the explicit meta "perform this action" step?
Something like:
(make changes to the XML using your text editor)
<change the XML with your text editor>
It's that little bit clearer and easier for the unfamiliar.
:)