Index: xen-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/xen-guide.xml,v retrieving revision 1.3 diff -u -B -r1.3 xen-guide.xml --- xen-guide.xml 24 Aug 2007 18:37:53 -0000 1.3 +++ xen-guide.xml 24 Aug 2007 21:29:01 -0000 @@ -249,6 +249,12 @@ next time you boot.

+ +If you wish to start guest domains automaticly on boot add xendomains to the +default runlevel as well and create a symlink in /etc/xen/auto/ to the config +files for the domains you with to start. + + @@ -328,6 +334,18 @@

+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 examle: +

+ +
+(LVM Volume)
+disk = [ 'phy:lvm/xen-guest-root,sda1,w' ]
+(Physcal Partition)
+disk = [ 'phy:sdb6,sda1,w' ]
+
+ +

You can find example configuration files in /etc/xen.