From: Vincent Hanquez Date: Mon, 16 Nov 2009 11:42:03 +0000 (+0000) Subject: update documentation about crypt options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6d4b893fe16d4b561d315b7521f9c2d2221ed48c;p=xenclient%2Ftoolstack.git update documentation about crypt options --- diff --git a/xenvm/xenvm.readme b/xenvm/xenvm.readme index 60ef2a4..a911071 100644 --- a/xenvm/xenvm.readme +++ b/xenvm/xenvm.readme @@ -38,12 +38,13 @@ you can put the following parameters in your config file: | vcpus | i | number of vcpus available to the guest | +--------------------+------+-------------------------------------------------------+ | disk | s | add a virtual disk. | -| | | format: physpath:phystype:virtpath:mode:devtype | +| | | format: physpath:phystype:virtpath:mode:devty[:k=v...]| | | | - physpath: path to the disk image, raw device, .. | | | | - phystype: phy | qcow | aio | file | vhd | | | | - virtpath: hd(a-d) | sd(a-.) | xvd(a-p) | | | | - mode: r | w | | | | - devtype = cdrom | disk | +| | | - extra k=v arguments (cipher, key-size, key-file) | +--------------------+------+-------------------------------------------------------+ | nic | s | add a virtual nic. | | | | format: key=value,key=value,... (can be empty) |