swift 07/08/27 19:39:16 Modified: xen-guide.xml Log: Further updates on #105177 with edited patch by [EMAIL PROTECTED]
Revision Changes Path 1.4 xml/htdocs/doc/en/draft/xen-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml?r1=1.3&r2=1.4 Index: xen-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xen-guide.xml 24 Aug 2007 18:37:53 -0000 1.3 +++ xen-guide.xml 27 Aug 2007 19:39:16 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml,v 1.3 2007/08/24 18:37:53 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml,v 1.4 2007/08/27 19:39:16 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.9</version> -<date>2007-08-24</date> +<version>0.9.1</version> +<date>2007-08-27</date> <chapter> <title>Introduction</title> @@ -249,6 +249,13 @@ next time you boot. </p> +<note> +If you wish to start guest domains automatically on boot add <c>xendomains</c> +to the default runlevel as well and create a symlink in +<path>/etc/xen/auto/</path> to the Xen configuration files for the domains +you wish to start. +</note> + </body> </section> </chapter> @@ -328,6 +335,19 @@ </pre> <p> +If you are using a block device (such as an lvm volume or partition) for +the disk use 'phy:' instead of 'file:' and leave off /dev. For example: +</p> + +<pre caption="Using a block device"> +<comment>(LVM Volume)</comment> +disk = [ 'phy:lvm/xen-guest-root,sda1,w' ] + +<comment>(Physical Partition)</comment> +disk = [ 'phy:sdb6,sda1,w' ] +</pre> + +<p> You can find example configuration files in <path>/etc/xen</path>. </p> -- [EMAIL PROTECTED] mailing list
